[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/tests
From:       George Staikos <staikos () kde ! org>
Date:       2007-10-01 19:08:55
Message-ID: 1191265735.171780.20466.nullmailer () svn ! kde ! org
[Download RAW message or body]

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
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic