[Kst] kdeextragear-2/kst/tests

George Staikos staikos at kde.org
Mon Apr 11 22:52:49 CEST 2005


CVS commit by staikos: 

testcase was wrong here


  M +1 -1      testvector.cpp   1.2


--- kdeextragear-2/kst/tests/testvector.cpp  #1.1:1.2
@@ -38,5 +38,5 @@ void doTests() {
   v1->resize(3);
   doTest(v1->length() == 3);
-  doTest(v1->value()[0] == 0);
+  doTest(v1->value()[0] == -42);
 
   KstVectorPtr v2 = new KstVector(QString::null, 0);




More information about the Kst mailing list