mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
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:
parent
efb0f348e6
commit
24968c2cfa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user