[Mathlib-commitlog] mathlib/Source/MathLib/Tools/TestSuite/Functions/Internal testLog.java, 1.2, 1
Status: Beta
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2007-01-02 15:55:38
|
Update of /cvsroot/mathlib/mathlib/Source/MathLib/Tools/TestSuite/Functions/Internal In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24745/Source/MathLib/Tools/TestSuite/Functions/Internal Modified Files: testLog.java Log Message: corrected bug in testlog04 Index: testLog.java =================================================================== RCS file: /cvsroot/mathlib/mathlib/Source/MathLib/Tools/TestSuite/Functions/Internal/testLog.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** testLog.java 31 Aug 2006 09:33:14 -0000 1.2 --- testLog.java 2 Jan 2007 15:55:34 -0000 1.3 *************** *** 51,58 **** catch (Exception e) { ! assertTrue(true); return; } ! assertTrue(false); } --- 51,58 ---- catch (Exception e) { ! assertTrue(false); return; } ! assertTrue(true); } |