summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-04 01:17:02 +0200
committerSven Gothel <[email protected]>2023-05-04 01:17:02 +0200
commit159cd98994f199c014c14c048fe4d18270057e49 (patch)
tree7ce8176a6a1eb998b8e139e45ea444ce5f9099aa /make/scripts/tests.sh
parentbfba3d564cfb53ea879d5050abf0384c5f438c20 (diff)
Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byteCount (2nd arg) using IOUtil.copyStreamChunk2ByteBuffer(..)
This fix is inspired by Bug 1280, <https://github.com/sgothel/joal/pull/16>, 'copy only needed bytes' for JOAL's com.jogamp.openal.util.WAVData.loadFromStream(..). This GlueGen IOUtil.copyStreamChunk2ByteBuffer() method is a revised version of the proposed IOHelpers.copyFromStream2ByteBuffer(..), see <https://github.com/OndrejSpanel/joal/commit/1616659e98904270af4faca25b770d0983609735>
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r--make/scripts/tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index fc5005c..efad1ef 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -88,6 +88,7 @@ function testnormal() {
}
+#testnotmal com.jogamp.openal.JoalVersion $*
testnormal com.jogamp.openal.test.manual.OpenALTest $*
#testnormal com.jogamp.openal.test.manual.Sound3DTest $*
#testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $*