[Kst] kdeextragear-2/kst/tests
George Staikos
staikos at kde.org
Mon Mar 28 06:45:45 CEST 2005
CVS commit by staikos:
update to match API changes
M +3 -1 testeqparser.cpp 1.27
--- kdeextragear-2/kst/tests/testeqparser.cpp #1.26:1.27
@@ -84,5 +84,7 @@ bool doTest(const char *equation, double
eq = new Equation::Number(v);
}
- eq->collectVectors(vectorsUsed);
+ KstScalarMap scm;
+ KstStringMap stm;
+ eq->collectObjects(vectorsUsed, scm, stm);
eq->update(-1, &ctx);
double v = eq->value(&ctx);
More information about the Kst
mailing list