I'm also seeing some test failures in the feed validator tests...
Specifically, three of the section 4.1.3.3 tests:
[java] There were 3 failures:
[java] 1)
testSection4133ContentXhtmlEscaped(org.apache.abdera.test.parser.stax.FeedValidatorTest)junit.framework.ComparisonFailure:
expected:<...>bold</b>...> but was:<...>bold</b>...>
[java] at
org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4133ContentXhtmlEscaped(FeedValidatorTest.java:2521)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at
org.apache.abdera.test.parser.stax.TestSuite.main(TestSuite.java:28)
[java] 2)
testSection4133ContentXhtmlMixed(org.apache.abdera.test.parser.stax.FeedValidatorTest)junit.framework.ComparisonFailure:
expected:<...>bold</b>...> but was:<...>bold</b>...>
[java] at
org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4133ContentXhtmlMixed(FeedValidatorTest.java:2531)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at
org.apache.abdera.test.parser.stax.TestSuite.main(TestSuite.java:28)
[java] 3)
testSection4133ContentXhtmlNotmarkup(org.apache.abdera.test.parser.stax.FeedValidatorTest)junit.framework.ComparisonFailure:
expected:<...>bold</x>...> but was:<...>bold</x>...>
[java] at
org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4133ContentXhtmlNotmarkup(FeedValidatorTest.java:2551)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at
org.apache.abdera.test.parser.stax.TestSuite.main(TestSuite.java:28)
Is anyone else seeing this?
-garrett