Hi all
I had change the axis source code and need to verify it with run ant
tests. It fails.
Then I check it for unaltered source code. But it fails too. This cant
happen since lot should have gone though the staff before
the faliure is as shown in report
<testsuite errors="0" failures="1" name="test.encoding.PackageTests"
tests="127" time="4.058">
properties......
<testcase name="testTimeZ" time="0.01"></testcase>
<testcase name="testTimeTZ" time="0.039">
<failure message="The result is not what is expected.
expected:<06:01:30.150Z> but was:<05:31:30.150Z>"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: The
result is not what is expected. expected:<06:01:30.150Z> but
was:<05:31:30.150Z>
at test.encoding.TestDeser.deserialize(TestDeser.java:177)
at test.encoding.TestDeser.deserialize(TestDeser.java:147)
at test.encoding.TestDeser2001.testTimeTZ(TestDeser2001.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
</failure>
Can anybody give me a hint.
regards
Srinath