[Kst] branches/work/kst/1.5/kst/tests
Andrew Walker
arwalker at sumusltd.com
Tue Sep 18 00:37:26 CEST 2007
SVN commit 713641 by arwalker:
missing data values are now reported as nan rather than 0.0
M +2 -2 test1.sh
--- branches/work/kst/1.5/kst/tests/test1.sh #713640:713641
@@ -282,10 +282,10 @@
checkStringResponse 189 "42.424200"
$DCOP vector "Vector Test 1" 3 >$TMPFILE
-checkStringResponse 190 "0.000000"
+checkStringResponse 190 "nan"
$DCOP vector "Vector Test 1" 4 >$TMPFILE
-checkStringResponse 191 "0.000000"
+checkStringResponse 191 "nan"
$DCOP setVector "Vector Test 1" 3 42.424242 >$TMPFILE
checkStringResponse 192 "true"
More information about the Kst
mailing list