Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 74584 invoked from network); 4 Jan 2003 13:15:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jan 2003 13:15:46 -0000 Received: (qmail 2578 invoked by uid 97); 4 Jan 2003 13:16:57 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 2562 invoked by uid 97); 4 Jan 2003 13:16:57 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 2549 invoked by uid 98); 4 Jan 2003 13:16:56 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Sat, 4 Jan 2003 05:15:35 -0800 (PST) From: Rodney Waldhoff To: commons-dev@jakarta.apache.org Subject: [collections] unit test failures with NodeCachingLinkedList Message-ID: <20030104050913.Y2344-100000@icarus.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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., ). 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.(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.(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: For additional commands, e-mail: