[Kst] branches/work/kst/portto4/kst/tests

George Staikos staikos at kde.org
Mon Oct 1 21:08:55 CEST 2007


SVN commit 719713 by staikos:

don't support this on win32 right now


 M  +2 -0      testeqparser.cpp  


--- branches/work/kst/portto4/kst/tests/testeqparser.cpp #719712:719713
@@ -239,10 +239,12 @@
   QVERIFY(validateEquation("sqrt(-1)", 0.0, _NOPOINT));
   QVERIFY(validateEquation("sqrt(2)", 0.0, 1.4142135623730951));
 
+#ifndef Q_WS_WIN32
   QVERIFY(validateEquation("cbrt(0.0) == 0.0", 0.0, 1.0));
   QVERIFY(validateEquation("cbrt(8.0) == 2.0", 0.0, 1.0));
   QVERIFY(validateEquation("cbrt(-1)", 0.0, -1.0));
   QVERIFY(validateEquation("cbrt(2)", 0.0, 1.2599210498948734));
+#endif
 
   // TODO: cosh, exp, log, ln, sinh, tanh
 


More information about the Kst mailing list