[Mathlib-commitlog] SF.net SVN: mathlib:[785] JMathLib/trunk/src/jmathlibtests/toolbox/general/ tes
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-26 19:52:33
|
Revision: 785
http://mathlib.svn.sourceforge.net/mathlib/?rev=785&view=rev
Author: st_mueller
Date: 2009-01-26 19:52:31 +0000 (Mon, 26 Jan 2009)
Log Message:
-----------
renamed MathLibException into JMathLibException
Modified Paths:
--------------
JMathLib/trunk/src/jmathlibtests/toolbox/general/testGlobal.java
Modified: JMathLib/trunk/src/jmathlibtests/toolbox/general/testGlobal.java
===================================================================
--- JMathLib/trunk/src/jmathlibtests/toolbox/general/testGlobal.java 2009-01-26 19:52:01 UTC (rev 784)
+++ JMathLib/trunk/src/jmathlibtests/toolbox/general/testGlobal.java 2009-01-26 19:52:31 UTC (rev 785)
@@ -72,7 +72,7 @@
doit = funcParser.parseFunction(b.toString());
doit.evaluate(null, ml.globals);
}
- catch (MathLibException ex) {
+ catch (JMathLibException ex) {
exCaught = true;
}
assertTrue(exCaught);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|