diff options
author | Sven Gothel <[email protected]> | 2014-02-22 03:25:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-22 03:25:14 +0100 |
commit | a9979b698f6f97666df67ae0bd1fd0aec2dfea02 (patch) | |
tree | de3e354925db3f033739114a8fe0fc05d5571908 /make | |
parent | 29094cdad91594a2f5defd967aab893887f10c81 (diff) |
Tests: Add UITestCase unit test super class (print start/end, singletion test); Add @FixMethodOrder(MethodSorters.NAME_ASCENDING)
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index c53f487..b4f03c9 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -88,5 +88,5 @@ function testnormal() { #testnormal com.jogamp.openal.test.manual.OpenALTest $* #testnormal com.jogamp.openal.test.manual.Sound3DTest $* -testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $* -#testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $* +#testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $* +testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $* |