diff options
author | Sven Gothel <[email protected]> | 2011-06-26 17:31:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-26 17:31:21 +0200 |
commit | ad3dc39ccfddb007c3e91acf454f804573969419 (patch) | |
tree | 5dd5f4c5e1f0e1b0f220240c14c7f2cb69bcf46c /make/scripts/runtest.sh | |
parent | 334baf0e3b5aea862c443a7c78f4b54ccc1d1fb4 (diff) |
Fix HastMapTests - Clone: Use unique random pairs: key,value
Diffstat (limited to 'make/scripts/runtest.sh')
-rwxr-xr-x | make/scripts/runtest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 8ab4b1b..558d4f1 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -45,6 +45,7 @@ function onetest() { #onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.nio.TestBuffersFloatDoubleConversion 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG @@ -52,4 +53,4 @@ function onetest() { #onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG -onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG |