diff options
author | Sven Gothel <[email protected]> | 2014-09-08 13:49:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-08 13:49:45 +0200 |
commit | 6a466e3f1e92a1e831ea61d1bb72c32f56b2a28d (patch) | |
tree | 35c8509454e940a1d751fa6121e51e510005445d /make | |
parent | 3e50f103fa49b40f86966877084e0282a8d97ff8 (diff) |
Bug 1063: Further Uri completion - As a result of JOGL Uri adoption
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/runtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index a02f22e..97df488 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -110,10 +110,10 @@ function onetest() { #onetest com.jogamp.common.util.TestBitstream03 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestBitstream04 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.TestUrisWithAssetHandler 2>&1 | tee -a $LOG -#onetest com.jogamp.common.net.TestURIQueryProps 2>&1 | tee -a $LOG +onetest com.jogamp.common.net.TestUriQueryProps 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.TestUri01 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.TestUri02Composing 2>&1 | tee -a $LOG -onetest com.jogamp.common.net.TestUri03Resolving 2>&1 | tee -a $LOG +#onetest com.jogamp.common.net.TestUri03Resolving 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.TestUri99LaunchOnReservedCharPathBug908 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.AssetURLConnectionUnregisteredTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.net.AssetURLConnectionRegisteredTest 2>&1 | tee -a $LOG |