On 7/30/11 11:13 AM, Elijah Zupancic wrote: > As part of my refactoring project with Apache Chain, I've been trying > to update dependency versions. I tried to upgrade the maven parent > configuration and the compile worked fine, but I have been getting a > really odd unit test failure. Moreover, I did a diff between maven > parent pom.xml versions and nothing stood out to me as to why the > parent pom would cause this.
What OS and JDK are you using? When I change the pom in trunk to use commons-parent version 21 (with no other changes) all of the tests run clean for me on OS X 10.7, java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03-383-11A511) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-383, mixed mode) Digester version in the pom in trunk is 1.8. I also tested with 2.0 and 2.1 and did not see failures with JDK above. Are you sure there are no other changes in the sources you are testing against? Does svn diff turn up any other differences? Phil > > Results : > > Failed tests: > testDefaut(org.apache.commons.chain.config.ConfigParserTestCase) Time > elapsed: 0.034 sec <<< FAILURE! > junit.framework.AssertionFailedError: Correct command count > expected:<17> but was:<19> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:282) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:201) > at > org.apache.commons.chain.config.ConfigParserTestCase.checkCommandCount(ConfigParserTestCase.java:316) > at > org.apache.commons.chain.config.ConfigParserTestCase.testDefaut(ConfigParserTestCase.java:116) > > > The XML file it is reading for commands contains exactly 17 commands, > so the data source is correct. Before I start to peel apart the XML > parser, I was wondering if anyone else encountered this before. Do any > of you have any insight into this? > > Thanks, > -Elijah > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org