Hmm.. these are working for me in the Ant build. Can you identify exactly where and how those tests are failing?
- James Jim Ancona wrote: > Adam Fisk wrote: >> OK, the pom dependencies are working great for me. I'm getting an >> error on FOMTest, though, at: >> >> at >> org.apache.abdera.test.parser.stax.FOMTest.testFactory(FOMTest.java:377) > > If I set maven.test.failure.ignore=true, I see that failure plus another > in org.apache.abdera.test.ext.sharing.SharingTest. See below. > > Jim > > Results : > > Failed tests: > testFactory(org.apache.abdera.test.parser.stax.FOMTest) > > Tests run: 289, Failures: 1, Errors: 0, Skipped: 0 > > == > > Results : > > Failed tests: > testSharingFactory(org.apache.abdera.test.ext.sharing.SharingTest) > > Tests in error: > testCreateOperation(org.apache.abdera.test.ext.sharing.SharingTest) > testUpdateOperation(org.apache.abdera.test.ext.sharing.SharingTest) > testDeleteOperation(org.apache.abdera.test.ext.sharing.SharingTest) > testConflict(org.apache.abdera.test.ext.sharing.SharingTest) > > Tests run: 7, Failures: 1, Errors: 4, Skipped: 0 > >
