Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 82085 invoked from network); 12 Feb 2005 20:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Feb 2005 20:52:11 -0000 Received: (qmail 70457 invoked by uid 500); 12 Feb 2005 20:52:09 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 70418 invoked by uid 500); 12 Feb 2005 20:52:08 -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 70405 invoked by uid 99); 12 Feb 2005 20:52:08 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web50402.mail.yahoo.com (HELO web50402.mail.yahoo.com) (206.190.38.67) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 12 Feb 2005 12:52:07 -0800 Received: (qmail 16105 invoked by uid 60001); 12 Feb 2005 20:52:05 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=6pb4hi0K9CBpEIzGc2w+Kcz+WR9jKLpLLJhtAJww1djsIRYs0fpnI80YC1J7+GkatzJpbYKn55VR6b/duscshBWCbvoDOsAEfPY7c7bympU6jJY2Jsqtsycnt3Kjd26r3hwZCRL03EuhqUFjdKjUa1GYq+IsCadW0JBSW5xc/QA= ; Message-ID: <20050212205205.16103.qmail@web50402.mail.yahoo.com> Received: from [24.9.52.44] by web50402.mail.yahoo.com via HTTP; Sat, 12 Feb 2005 12:52:05 PST Date: Sat, 12 Feb 2005 12:52:05 -0800 (PST) From: David Graham Subject: Re: [validator] Most tests are failing To: Jakarta Commons Developers List In-Reply-To: <000701c51140$790113a0$0200a8c0@DELL1800> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Niall. Once all the tests pass I can commit some minor changes I'm working on. David --- Niall Pemberton wrote: > This is may be because I rolled back the changes to Field for Bug 31194 > > http://issues.apache.org/bugzilla/show_bug.cgi?id=31194 > > although I thought that only FieldTest (which I didn't roll back the > changes > for) would fail because of this. I was going to change FieldTest if/when > it > was agreed what I was proposing for 31194. > > I'll give the tests a run and see if I get the same as you. It will take > me > longer than usual, since I haven't moved to using SVN for Validator yet. > > Niall > > ----- Original Message ----- > From: "David Graham" > To: > Sent: Saturday, February 12, 2005 8:02 PM > Subject: [validator] Most tests are failing > > > > Most of Validator's JUnit tests fail with the stack trace below. Is > it > > just that I am missing a classpath setting or is the code actually > broken? > > They fail when running from Eclipse and 'maven dist'. > > > > Thanks, > > David > > > > > > java.lang.ArrayIndexOutOfBoundsException: -1 > > at > > > org.apache.commons.digester.Digester.createSAXException(Digester.java:2792) > > at > > > org.apache.commons.digester.Digester.createSAXException(Digester.java:2818) > > at org.apache.commons.digester.Digester.endElement(Digester.java:1070) > > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712) > > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > > at org.apache.crimson.parser.Parser2.content(Parser2.java:1963) > > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691) > > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667) > > at org.apache.crimson.parser.Parser2.parse(Parser2.java:337) > > at > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448) > > at org.apache.commons.digester.Digester.parse(Digester.java:1591) > > at > > > org.apache.commons.validator.ValidatorResources.(ValidatorResources.ja > va:158) > > at > > > org.apache.commons.validator.ValidatorResources.(ValidatorResources.ja > va:123) > > at > > > org.apache.commons.validator.TestCommon.loadResources(TestCommon.java:54) > > at > > > org.apache.commons.validator.RequiredNameTest.setUp(RequiredNameTest.java:77 > ) > > at junit.framework.TestCase.runBare(TestCase.java:125) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:118) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at junit.framework.TestSuite.runTest(TestSuite.java:208) > > at junit.framework.TestSuite.run(TestSuite.java:203) > > at > > > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRu > nner.java:421) > > at > > > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner. > java:305) > > at > > > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner > .java:186) > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - now with 250MB free storage. Learn more. > > http://info.mail.yahoo.com/mail_250 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org