Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing return statements in test suite for audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 28, 2013
1 parent 04c0107 commit 9f5cf2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/testautomation_audio.c
Expand Up @@ -49,6 +49,8 @@ int audio_quitInitAudioSubSystem()

/* Restart audio again */
_audioSetUp(NULL);

return TEST_COMPLETED;
}

/**
Expand Down Expand Up @@ -101,6 +103,8 @@ int audio_initQuitAudio()

/* Restart audio again */
_audioSetUp(NULL);

return TEST_COMPLETED;
}

/**
Expand Down Expand Up @@ -182,6 +186,8 @@ int audio_initOpenCloseQuitAudio()

/* Restart audio again */
_audioSetUp(NULL);

return TEST_COMPLETED;
}

/**
Expand Down

0 comments on commit 9f5cf2a

Please sign in to comment.