author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Sun, 28 Apr 2013 09:54:56 +0200 | |
changeset 7126 | 6fce42265686 |
parent 7125 | 082c0c53ac16 |
child 7127 | 5011ddf43295 |
--- a/test/testautomation_audio.c Sat Apr 27 17:52:58 2013 +0200 +++ b/test/testautomation_audio.c Sun Apr 28 09:54:56 2013 +0200 @@ -49,6 +49,8 @@ /* Restart audio again */ _audioSetUp(NULL); + + return TEST_COMPLETED; } /** @@ -101,6 +103,8 @@ /* Restart audio again */ _audioSetUp(NULL); + + return TEST_COMPLETED; } /** @@ -182,6 +186,8 @@ /* Restart audio again */ _audioSetUp(NULL); + + return TEST_COMPLETED; } /**