[Kst] extragear/graphics/kst/tests
George Staikos
staikos at kde.org
Fri Jun 24 21:16:39 CEST 2005
SVN commit 428639 by staikos:
this is valid now
M +2 -2 testvector.cpp
--- trunk/extragear/graphics/kst/tests/testvector.cpp #428638:428639
@@ -40,10 +40,10 @@
doTest(v1->value()[0] == -42);
KstVectorPtr v2 = new KstVector(QString::null, 0);
- doTest(v2->length() == 2);
+ doTest(v2->length() == 1);
doTest(v2->tagName().startsWith("Anonymous")); // valid only in en_*
v2 = new KstVector("V2", 1);
- doTest(v2->length() == 2);
+ doTest(v2->length() == 1);
v2 = new KstVector("V2", 2);
doTest(v2->length() == 2);
More information about the Kst
mailing list