[Kst] kdeextragear-2/kst/tests
George Staikos
staikos at kde.org
Thu Apr 15 19:44:45 CEST 2004
CVS commit by staikos:
add testcase for bug recently fixed
M +7 -4 test1.sh 1.10
--- kdeextragear-2/kst/tests/test1.sh #1.9:1.10
@@ -446,18 +446,21 @@
$DCOP newFile >$TMPFILE
+$DCOP curveList >$TMPFILE
+checkEmptyResponse 614
+
# crashes Kst generally, bypassed with #599
$DCOP open $KSTFILE >$TMPFILE
-checkStringResponse 614 "true"
+checkStringResponse 620 "true"
rm -f $KSTFILE
$DCOP save >$TMPFILE
-checkStringResponse 615 "true"
+checkStringResponse 621 "true"
$DCOP open $KSTFILE >$TMPFILE
-checkStringResponse 616 "true"
+checkStringResponse 622 "true"
$DCOP save >$TMPFILE
-checkStringResponse 617 "true"
+checkStringResponse 623 "true"
echo ""
More information about the Kst
mailing list