[Mathlib-commitlog] SF.net SVN: mathlib:[725] JMathLib/trunk/src/jmathlibtests/toolbox/jmathlib /sy
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-23 13:51:34
|
Revision: 725
http://mathlib.svn.sourceforge.net/mathlib/?rev=725&view=rev
Author: st_mueller
Date: 2009-01-23 13:51:31 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
added more tests
Modified Paths:
--------------
JMathLib/trunk/src/jmathlibtests/toolbox/jmathlib/system/AllTests.java
Modified: JMathLib/trunk/src/jmathlibtests/toolbox/jmathlib/system/AllTests.java
===================================================================
--- JMathLib/trunk/src/jmathlibtests/toolbox/jmathlib/system/AllTests.java 2009-01-23 13:37:36 UTC (rev 724)
+++ JMathLib/trunk/src/jmathlibtests/toolbox/jmathlib/system/AllTests.java 2009-01-23 13:51:31 UTC (rev 725)
@@ -18,7 +18,9 @@
// none
/* include tests in this directory here */
- suite.addTest(jmathlibtests.toolbox.jmathlib.system.testUsage.suite());
+ suite.addTest(jmathlibtests.toolbox.jmathlib.system.testGetDebug.suite());
+ suite.addTest(jmathlibtests.toolbox.jmathlib.system.testSetDebug.suite());
+ suite.addTest(jmathlibtests.toolbox.jmathlib.system.testUsage.suite());
return suite;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|