Author: erans
Date: Sat Jul 30 00:38:30 2011
New Revision: 1152408
URL: http://svn.apache.org/viewvc?rev=1152408&view=rev
Log:
Junit4 package.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java?rev=1152408&r1=1152407&r2=1152408&view=diff
==============================================================================
---
commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java
(original)
+++
commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTestPerformance.java
Sat Jul 30 00:38:30 2011
@@ -16,10 +16,9 @@
*/
package org.apache.commons.math.util;
-import junit.framework.Assert;
-
import org.junit.BeforeClass;
import org.junit.Test;
+import org.junit.Assert;
/**
* Performance tests for FastMath.