[Kst] kdeextragear-2/kst/tests
George Staikos
staikos at kde.org
Tue Nov 23 18:04:48 CET 2004
CVS commit by staikos:
testcase for vectors with operators in their name (presently fails)
M +2 -0 testeqparser.cpp 1.10
--- kdeextragear-2/kst/tests/testeqparser.cpp #1.9:1.10
@@ -284,5 +284,7 @@ int main(int argc, char **argv) {
KstVector::generateVector(0, 1.0, 2, "V3");
KstVector::generateVector(-1.0, 1.0, 1000, "V4");
+ KstVector::generateVector(-1.0, 1.0, 1000, "V5-%+-_!");
test("[V2] - [V1]", 0.0, 1.0);
+ test("2*sin([V5-%+-_!])", 0.0, 1.0);
// TODO: interpolation, more vector combinations
More information about the Kst
mailing list