You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <di...@yahoo.com> on 2003/10/09 21:47:12 UTC

Gump Failure / Unix / Encoding changes?

Steve,

"ant clean all-tests" fail on Unix platforms...(http://gump.covalent.net/log/ws-axis.html, see
failure report below)

Thanks,
dims

  <testcase classname="test.encoding.EncodingTest" name="testUTF8" time="0.017">
    <failure message="expected:&lt;...ß with ü special ö chars ä...&gt; but was:&lt;...?? with
?? special ?? chars ??...&gt;"
type="junit.framework.ComparisonFailure">junit.framework.ComparisonFailure: expected:&lt;...ß
with ü special ö chars ä...&gt; but was:&lt;...?? with ?? special ?? chars ??...&gt;
	at test.encoding.EncodingTest.testUTF8(EncodingTest.java:78)
</failure>
  </testcase>


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Gump Failure / Unix / Encoding changes?

Posted by Steve Loughran <st...@iseran.com>.
Davanum Srinivas wrote:

> Steve,
> 
> "ant clean all-tests" fail on Unix platforms...(http://gump.covalent.net/log/ws-axis.html, see
> failure report below)
> 
> Thanks,
> dims

OK. will test and fix. this laptop dual boots into rh9 but I only do it 
sporadically as linux is still not a very mobile OS. This will be 
incentive for me to bring it up as a java dev box.

The cause is probably the test, not the changes, as I dont believe the 
test was running before.

> 
>   <testcase classname="test.encoding.EncodingTest" name="testUTF8" time="0.017">
>     <failure message="expected:&lt;...ß with ü special ö chars ä...&gt; but was:&lt;...?? with
> ?? special ?? chars ??...&gt;"
> type="junit.framework.ComparisonFailure">junit.framework.ComparisonFailure: expected:&lt;...ß
> with ü special ö chars ä...&gt; but was:&lt;...?? with ?? special ?? chars ??...&gt;
> 	at test.encoding.EncodingTest.testUTF8(EncodingTest.java:78)
> </failure>
>   </testcase>
> 
> 
> =====
> Davanum Srinivas - http://webservices.apache.org/~dims/



Re: Gump Failure / Unix / Encoding changes?

Posted by Jens Schumann <je...@void.fm>.
On 10/9/03 09:47 PM Davanum Srinivas <di...@yahoo.com> wrote:

> Steve,
> 
> "ant clean all-tests" fail on Unix
> platforms...(http://gump.covalent.net/log/ws-axis.html, see
> failure report below)
> 

Hmm, I had quite some trouble to access CVS HEAD, however the EncodingTest
from  09.03.2003 is running on OSX without any problems.

The ?? in the output might be an indicator for a missing ISO-8859-1 charset
on your Unix box. Could you please check your "locale -a" output? Do you see
more than US-ASCII (or C)?


Jens