[Mathlib-commitlog] SF.net SVN: mathlib:[639] JMathLib/trunk/src/jmathlibtests/AllTests.java
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-06 16:42:14
|
Revision: 639
http://mathlib.svn.sourceforge.net/mathlib/?rev=639&view=rev
Author: st_mueller
Date: 2009-01-06 16:42:09 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
automated tests
Modified Paths:
--------------
JMathLib/trunk/src/jmathlibtests/AllTests.java
Modified: JMathLib/trunk/src/jmathlibtests/AllTests.java
===================================================================
--- JMathLib/trunk/src/jmathlibtests/AllTests.java 2009-01-06 16:33:47 UTC (rev 638)
+++ JMathLib/trunk/src/jmathlibtests/AllTests.java 2009-01-06 16:42:09 UTC (rev 639)
@@ -15,6 +15,7 @@
TestSuite suite= new TestSuite("JMathLib Tests");
/* include subdirectories here */
+ suite.addTest(jmathlibtests.scripts.AllTests.suite());
suite.addTest(jmathlibtests.core.AllTests.suite());
suite.addTest(jmathlibtests.toolbox.AllTests.suite());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|