I've been trying to get the Maven build of Abdera2 working cleanly, it all compiles now but there are a lot of test fails in the test module. What is the status of these, should they be working or are they still to be looked at. This is the list of fails from the latest Hudson build:
Results : Failed tests: testSection33PublishedBadDay(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) testSection33PublishedBadDay2(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) testSection33PublishedBadHours(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) testSecton33PublishedBadMinutes(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) testSection33PublishedBadMonth(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) testSection33PublishedBadSeconds(org.apache.abdera2.test.parser.axiom.FeedValidatorTest) simplexslttypeoff(org.apache.abdera2.test.common.http.WebLinkTest) testASObject(org.apache.abdera2.test.activities.ActivitiesTest) testXhtml(org.apache.abdera2.test.parser.axiom.XhtmlTest) testSpecialCharacters(org.apache.abdera2.test.parser.axiom.XhtmlTest) testXmlNamespace(org.apache.abdera2.test.parser.axiom.AtomConformanceTest) testXmlBase(org.apache.abdera2.test.parser.axiom.AtomConformanceTest) testOrder(org.apache.abdera2.test.parser.axiom.AtomConformanceTest) testLink(org.apache.abdera2.test.parser.axiom.AtomConformanceTest) testAtom10Namespace(org.apache.abdera2.test.parser.axiom.FeedParserTest) testContentEncoding(org.apache.abdera2.test.parser.EncodingTest) testAppClient(org.apache.abdera2.test.client.AppTest) testSetContentMT(org.apache.abdera2.test.parser.axiom.ConcurrencyTest) testParseReader(org.apache.abdera2.test.parser.axiom.ParserTest) testParseReaderNoBase(org.apache.abdera2.test.parser.axiom.ParserTest) testDeleteEntry(org.apache.abdera2.test.server.basic.BasicTest) Tests in error: writerTest(org.apache.abdera2.test.writer.WriterTest) streamWriterTest(org.apache.abdera2.test.writer.WriterTest) testSignedResponseFilter(org.apache.abdera2.test.security.filter.SecurityFilterTest) testSignedRequestFilter(org.apache.abdera2.test.security.filter.SecurityFilterTest) testRSS1(org.apache.abdera2.test.ext.rss.RssTest) testMedia(org.apache.abdera2.test.ext.media.MediaTest) testMultipartFormat(org.apache.abdera2.test.client.MultipartRelatedEntityTest) testClient(org.apache.abdera2.test.client.ClientTest) testJSONStreamContent(org.apache.abdera2.test.ext.json.JSONStreamTest) testParser(org.apache.abdera2.test.parser.ParserTest) testSignEntry(org.apache.abdera2.test.security.DigitalSignatureTest) testServiceDocument(org.apache.abdera2.test.server.multipart.MultipartRelatedTest) testPostMedia(org.apache.abdera2.test.server.multipart.MultipartRelatedTest) testPostMediaInvalidContentType(org.apache.abdera2.test.server.multipart.MultipartRelatedTest) getInternalValueWithUtf8Characters(org.apache.abdera2.test.parser.axiom.FOMDivTest) testContentTypes(org.apache.abdera2.test.parser.axiom.AtomConformanceTest) testEntryAuthorEmail(org.apache.abdera2.test.parser.axiom.FeedParserTest) testEntryAuthorName(org.apache.abdera2.test.parser.axiom.FeedParserTest) testEntryContentBase64(org.apache.abdera2.test.parser.axiom.FeedParserTest) testEntryContentBase642(org.apache.abdera2.test.parser.axiom.FeedParserTest) testSimple(org.apache.abdera2.test.ext.serializer.SerializerTest) testAnnotated(org.apache.abdera2.test.ext.serializer.SerializerTest) testParser(org.apache.abdera2.test.parser.axiom.FOMTest) testWhiteListParseFilter(org.apache.abdera2.test.parser.axiom.FOMTest) testBlackListParseFilter(org.apache.abdera2.test.parser.axiom.FOMTest) testXPath(org.apache.abdera2.test.parser.axiom.FOMTest) testRoundtrip(org.apache.abdera2.test.parser.axiom.FOMTest) testContentClone(org.apache.abdera2.test.parser.axiom.FOMTest) testSetContent(org.apache.abdera2.test.parser.axiom.FOMTest) testSetContent2(org.apache.abdera2.test.parser.axiom.FOMTest) testCompressionCodec(org.apache.abdera2.test.parser.EncodingTest) testXMLRestrictedChar2(org.apache.abdera2.test.parser.EncodingTest) testWriterOptions(org.apache.abdera2.test.parser.EncodingTest) testGetService(org.apache.abdera2.test.server.custom.CustomProviderTest) testGetFeed(org.apache.abdera2.test.server.custom.CustomProviderTest) testPostEntry(org.apache.abdera2.test.server.custom.CustomProviderTest) testPutEntry(org.apache.abdera2.test.server.custom.CustomProviderTest) testDeleteEntry(org.apache.abdera2.test.server.custom.CustomProviderTest) testGetCategories(org.apache.abdera2.test.server.custom.CustomProviderTest) testEncryption(org.apache.abdera2.test.security.EncryptionTest) testCustomerProvider(org.apache.abdera2.test.server.customer.CustomerAdapterTest) testCustomerProviderWithNonRootContextPath(org.apache.abdera2.test.server.customer.CustomerAdapterTest) testEntryLinkInFeed(org.apache.abdera2.test.parser.axiom.EntryLinkTest) testParse(org.apache.abdera2.test.parser.axiom.ParserTest) testGetService(org.apache.abdera2.test.server.basic.BasicTest) testGetFeed(org.apache.abdera2.test.server.basic.BasicTest) testPostEntry(org.apache.abdera2.test.server.basic.BasicTest) testPutEntry(org.apache.abdera2.test.server.basic.BasicTest) Tests run: 510, Failures: 21, Errors: 48, Skipped: 0 [ERROR] There are test failures. Please refer to /home/jenkins/jenkins-slave/workspace/Abdera2-trunk/abdera2/test/target/surefire-reports for the individual test results. ...ant
