From 159cd98994f199c014c14c048fe4d18270057e49 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 May 2023 01:17:02 +0200 Subject: Fix Bug 1280: WAVData.loadFromStream(..) *API Change*: Only take expected byteCount (2nd arg) using IOUtil.copyStreamChunk2ByteBuffer(..) This fix is inspired by Bug 1280, , '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 --- make/scripts/tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'make/scripts/tests.sh') 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 $* -- cgit v1.2.3