I did see similar error's sometime back, since it completely unrelated to my change i tried doing mvn clean; and then mvn, fixed the problem for me.
Satya On 17 February 2011 07:40, Ryan J Baxter <[email protected]> wrote: > testTagContentWithPrint, testNotModifiedWithPrint, and > testNonMatchingETagWithPrint all seem to be failing when calling response > .flushBuffer(). > testStreamingMode is failing on this assert assertArrayEquals( > RESPONSE_BODY_BYTES, stream.getBuffer()). > testCanCalculateHashSeveralTimes and testHashVariesAsDataIsAdded are both > failing on this assert assertEquals(GOOD_ETAG, hash). > > I have a number of other colleagues all seeing the same failures. > > -Ryan > > Email: [email protected] > Phone: 978-899-3041 > developerWorks Profile > > > > From: Jacobo Tarrio <[email protected]> > To: [email protected], > Date: 02/16/2011 05:55 PM > Subject: Re: Unit Test Failures > > > > Mmmm, I've been testing it, and it appears to not be the character > encoding > (at any rate, it's specified inside the unit test itself). > > I still don't know what it can be; as I said, it works for me. > > On Wed, Feb 16, 2011 at 2:00 PM, Ryan J Baxter <[email protected]> > wrote: > > > Jacobo, are you talking about inside of Eclipse? Which settings do I > need > > to change? > > > > -Ryan > > > > Email: [email protected] > > Phone: 978-899-3041 > > developerWorks Profile > > > > > > > > From: Jacobo Tarrio <[email protected]> > > To: [email protected], > > Date: 02/16/2011 04:47 PM > > Subject: Re: Unit Test Failures > > > > > > > > It works for me. I'm willing to bet that, in your system, the default > > encoding is not UTF-8 :) > > > > On Wed, Feb 16, 2011 at 1:24 PM, Ryan J Baxter <[email protected]> > > wrote: > > > > > I have noticed several unit test failures lately in Shindig (Java). Is > > > anyone working on fixing these? > > > > > > Failed tests: > > > testTagContentWithPrint( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): > > > Unexpected method call setHeader("ETag", > > > "ffd6df83a34ede3c4d5a61284596ea37"): > > > setHeader("ETag", "dae018f624d09423e7c4d7209fbea597"): expected: 1, > > > actual: 0 > > > setContentLength(14): expected: 1, actual: 0 > > > testNotModifiedWithPrint( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): > > > Unexpected method call setHeader("ETag", > > > "ffd6df83a34ede3c4d5a61284596ea37"): > > > setHeader("ETag", "dae018f624d09423e7c4d7209fbea597"): expected: 1, > > > actual: 0 > > > setStatus(304): expected: 1, actual: 0 > > > setContentLength(0): expected: 1, actual: 0 > > > testNonMatchingETagWithPrint( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): > > > Unexpected method call setHeader("ETag", > > > "ffd6df83a34ede3c4d5a61284596ea37"): > > > setHeader("ETag", "dae018f624d09423e7c4d7209fbea597"): expected: 1, > > > actual: 0 > > > setContentLength(14): expected: 1, actual: 0 > > > testStreamingMode( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): array > > > lengths differed, expected.length=14 actual.length=19 > > > testCanCalculateHashSeveralTimes( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): > > > expected:<[dae018f624d09423e7c4d7209fbea59]7> but > > > was:<[ffd6df83a34ede3c4d5a61284596ea3]7> > > > testHashVariesAsDataIsAdded( > > > org.apache.shindig.gadgets.servlet.ETaggingHttpResponseTest): > > > expected:<[dae018f624d09423e7c4d7209fbea59]7> but > > > was:<[ffd6df83a34ede3c4d5a61284596ea3]7> > > > > > > Tests run: 1529, Failures: 6, Errors: 0, Skipped: 5 > > > -Ryan > > > > > > Email: [email protected] > > > Phone: 978-899-3041 > > > developerWorks Profile > > > > > > > > > > > > -- > > Jacobo Tarrío | http://jacobo.tarrio.org/ > > > > > > > > > > > -- > Jacobo Tarrío | http://jacobo.tarrio.org/ > > > >
