diff tests/0023/run-test.sh @ 125:26ec0906adb9

Be a bit more careful about qNorm handling and freeing: don't assign qNorm anywhere, but use a (new) interior pointer instead. Also fix test 0023 for the correct results.
author mas01cr
date Wed, 17 Oct 2007 14:44:53 +0000
parents 394c8419217c
children fe4dc39b2dd7
line wrap: on
line diff
--- a/tests/0023/run-test.sh	Wed Oct 17 14:35:23 2007 +0000
+++ b/tests/0023/run-test.sh	Wed Oct 17 14:44:53 2007 +0000
@@ -37,11 +37,11 @@
 echo "query point (0.5,0.0)"
 
 ${AUDIODB} -d testdb -Q sequence -l 1 -f testquery -p 1 > testoutput
-echo testfeature10 0 0 0 > test-expected-output
-echo testfeature01 2 0 0 >> test-expected-output
+echo testfeature10 0 1 0 > test-expected-output
+echo testfeature01 2 1 0 >> test-expected-output
 cmp testoutput test-expected-output
 ${AUDIODB} -d testdb -Q sequence -l 1 -f testquery -r 1 -p 1 > testoutput
-echo testfeature10 0 0 0 > test-expected-output
+echo testfeature10 0 1 0 > test-expected-output
 cmp testoutput test-expected-output
 
 exit 104