aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-06-26 17:31:21 +0200
committerSven Gothel <[email protected]>2011-06-26 17:31:21 +0200
commitad3dc39ccfddb007c3e91acf454f804573969419 (patch)
tree5dd5f4c5e1f0e1b0f220240c14c7f2cb69bcf46c /make/scripts
parent334baf0e3b5aea862c443a7c78f4b54ccc1d1fb4 (diff)
Fix HastMapTests - Clone: Use unique random pairs: key,value
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/runtest.sh3
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