With the CVS head of collections, I get 2 failures and 2 errors from the
test suite (out of 2280 tests).

Here are the specific problems, along with the interesting parts of the
stack traces.  As the failure messages suggest, the files
data/test/NodeCachingLinkedList.* do indeed seem to be missing from CVS
(e.g.,
<http://cvs.apache.org/viewcvs.cgi/jakarta-commons/collections/data/test/NodeCachingLinkedList.fullCollection.version1.obj>).


Failure 1:

Testcase: testCanonicalEmptyCollectionExists took 0 sec
        FAILED
Canonical empty collection 
(data/test/NodeCachingLinkedList.emptyCollection.version1.obj) is not in CVS
junit.framework.AssertionFailedError: Canonical empty collection 
(data/test/NodeCachingLinkedList.emptyCollection.version1.obj) is not in CVS
        at 
org.apache.commons.collections.TestObject.testCanonicalEmptyCollectionExists(TestObject.java:294)
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:220)


Failure 2:

Testcase: testCanonicalEmptyCollectionExistsTestcase:
testCanonicalFullCollectionExists took 0 sec
        FAILED
Canonical full collection 
(data/test/NodeCachingLinkedList.fullCollection.version1.obj) is not in CVS
junit.framework.AssertionFailedError: Canonical full collection 
(data/test/NodeCachingLinkedList.fullCollection.version1.obj) is not in CVS
        at 
org.apache.commons.collections.TestObject.testCanonicalFullCollectionExists(TestObject.java:313)
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:220)


Error 1:

Testcase: testEmptyListCompatibility took 0 sec
        Caused an ERROR
data/test/NodeCachingLinkedList.emptyCollection.version1.obj (The system cannot find 
the file specified)
java.io.FileNotFoundException: 
data/test/NodeCachingLinkedList.emptyCollection.version1.obj (The system cannot find 
the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:64)
        at 
org.apache.commons.collections.TestObject.readExternalFormFromDisk(TestObject.java:197)
        at 
org.apache.commons.collections.TestList.testEmptyListCompatibility(TestList.java:894)
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:220)

Error 2:

Testcase: testFullListCompatibility took 0 sec
        Caused an ERROR
data/test/NodeCachingLinkedList.fullCollection.version1.obj (The system cannot find 
the file specified)
java.io.FileNotFoundException: 
data/test/NodeCachingLinkedList.fullCollection.version1.obj (The system cannot find 
the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:64)
        at 
org.apache.commons.collections.TestObject.readExternalFormFromDisk(TestObject.java:197)
        at 
org.apache.commons.collections.TestList.testFullListCompatibility(TestList.java:913)
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:220)






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to