[Mathlib-commitlog] SF.net SVN: mathlib:[685] JMathLib/trunk/src/jmathlib/tools/junit/framework /JM
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-14 20:27:44
|
Revision: 685
http://mathlib.svn.sourceforge.net/mathlib/?rev=685&view=rev
Author: st_mueller
Date: 2009-01-14 20:27:34 +0000 (Wed, 14 Jan 2009)
Log Message:
-----------
added new Assert method AssertStringEquals
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/tools/junit/framework/JMathLibTestCase.java
Modified: JMathLib/trunk/src/jmathlib/tools/junit/framework/JMathLibTestCase.java
===================================================================
--- JMathLib/trunk/src/jmathlib/tools/junit/framework/JMathLibTestCase.java 2009-01-14 20:16:28 UTC (rev 684)
+++ JMathLib/trunk/src/jmathlib/tools/junit/framework/JMathLibTestCase.java 2009-01-14 20:27:34 UTC (rev 685)
@@ -26,7 +26,7 @@
ml.executeExpression(s);
}
- public void assertEquals(String a, String b)
+ public void assertStringEquals(String a, String b)
{
ml.executeExpression(a);
double[][]ans1D = ml.getArrayValueRe("ans");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|