Re-enable fraction testing

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-12-22 21:18:51 +00:00
parent efb0f348e6
commit 24968c2cfa

View File

@ -60,11 +60,11 @@
* Test cases for the {@link Fraction} classes.
*
* @author Stephen Colebourne
* @version $Id: FractionTest.java,v 1.1 2002/12/22 19:39:39 scolebourne Exp $
* @version $Id: FractionTest.java,v 1.2 2002/12/22 21:18:51 scolebourne Exp $
*/
public class FractionTest extends TestCase {
private static final int SKIP = 10000;
private static final int SKIP = 17;
public FractionTest(String name) {
super(name);