mdiggory 2003/07/05 20:27:47
Modified: math/src/test/org/apache/commons/math/util
FixedDoubleArrayTest.java
Log:
Fixes Compilation error that did not get commited last time.
Revision Changes Path
1.3 +1 -1
jakarta-commons-sandbox/math/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java
Index: FixedDoubleArrayTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/math/src/test/org/apache/commons/math/util/FixedDoubleArrayTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FixedDoubleArrayTest.java 27 Jun 2003 20:58:27 -0000 1.2
+++ FixedDoubleArrayTest.java 6 Jul 2003 03:27:47 -0000 1.3
@@ -89,7 +89,7 @@
super.testAddElementRolling();
assertEquals( "FixedDoubleArray should have 6 size internal storage",
- 6, ((FixedDoubleArray)
ra).internalArray.length);
+ 6, ((FixedDoubleArray)
ra).getValues().length);
}
public void testExceedingElements() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]