On Wed, 20 Sep 2006 10:17:30 -0400, Garrett Rooney  
<[EMAIL PROTECTED]> wrote:

>> For the FeedValidatorTest, I have attached the surefire output.  The
>> testSection4275LinkTitleWithBadchars fails.
>
> Uhh, all you included was output that said there was no failures...

Oops, that must have been after commenting the test. Attached the correct  
one this time.  Should read something like

testSection4275LinkTitleWithBadchars(org.apache.abdera.test.parser.stax.FeedValidatorTest)
   
Time elapsed: 0.125 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<This is a [£?test.?]> but  
was:<This is a [£“test.”]>
        at junit.framework.Assert.assertEquals(Assert.java:81)
        at junit.framework.Assert.assertEquals(Assert.java:87)
        at  
org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4275LinkTitleWithBadchars(FeedValidatorTest.java:3017)

>> Commenting the failing tests leads to compile errors in  
>> EncodingUtil.java
>> in protocol.  Looks like a missing dependency for commons-codec.
>
> Interesting.  Got a patch to add the appropriate dependency?

Attached diffs for main pom.xml, and protocol/pom.xml

I now get the first client test that hangs.

Hugo


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------------
Test set: org.apache.abdera.test.parser.stax.FeedValidatorTest
-------------------------------------------------------------------------------
Tests run: 252, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 38.501 sec 
<<< FAILURE!
testSection4275LinkTitleWithBadchars(org.apache.abdera.test.parser.stax.FeedValidatorTest)
  Time elapsed: 0.141 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<This is a [£?test.?]> but 
was:<This is a [£“test.”]>
        at junit.framework.Assert.assertEquals(Assert.java:81)
        at junit.framework.Assert.assertEquals(Assert.java:87)
        at 
org.apache.abdera.test.parser.stax.FeedValidatorTest.testSection4275LinkTitleWithBadchars(FeedValidatorTest.java:3017)

Reply via email to