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 Afkham Azeez <af...@gmail.com> on 2008/01/11 18:07:43 UTC

JAXWS Test Failure

I'm seeing JAXWS test failures. See attached log.

-- 
Thanks
Afkham Azeez

http://www.wso2.org
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760

Re: JAXWS Test Failure

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Azeez, Jeff,
Please see svn revision 611534. Am trying a full build now..

thanks.
dims

Afkham Azeez wrote:
| Jeff,
| I think one of you commits is causing this test failure. Can you rectify
| this ASAP?
|
| Test set: org.apache.axis2.jaxws.spi.ClientMetadataPortTest
| -------------------------------------------------------------------------------
| Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec <<<
| FAILURE!
| testPreferredPort(org.apache.axis2.jaxws.spi.ClientMetadataPortTest)  Time
| elapsed: 0.021 sec  <<< FAILURE!
| junit.framework.AssertionFailedError: null
|     at junit.framework.Assert.fail(Assert.java:47)
|     at junit.framework.Assert.assertTrue(Assert.java:20)
|     at junit.framework.Assert.assertTrue(Assert.java:27)
|     at org.apache.axis2.jaxws.spi.ClientMetadataPortTest.testPreferredPort(
| ClientMetadataPortTest.java:307)
|     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|     at sun.reflect.NativeMethodAccessorImpl.invoke(
| NativeMethodAccessorImpl.java:39)
|     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
| DelegatingMethodAccessorImpl.java:25)
|     at java.lang.reflect.Method.invoke(Method.java:585)
|     at junit.framework.TestCase.runTest(TestCase.java:168)
|     at junit.framework.TestCase.runBare(TestCase.java:134)
|     at junit.framework.TestResult$1.protect(TestResult.java:110)
|     at junit.framework.TestResult.runProtected(TestResult.java:128)
|     at junit.framework.TestResult.run(TestResult.java:113)
|     at junit.framework.TestCase.run(TestCase.java:124)
|     at junit.framework.TestSuite.runTest(TestSuite.java:232)
|     at junit.framework.TestSuite.run(TestSuite.java:227)
|     at org.junit.internal.runners.OldTestClassRunner.run(
| OldTestClassRunner.java:76)
|     at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
| JUnit4TestSet.java:62)
|     at
| org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
| AbstractDirectoryTestSuite.java:138)
|     at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
| AbstractDirectoryTestSuite.java:125)
|     at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
|     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|     at sun.reflect.NativeMethodAccessorImpl.invoke(
| NativeMethodAccessorImpl.java:39)
|     at sun.reflect.DelegatingMethodAccessorImpl.invoke(
| DelegatingMethodAccessorImpl.java:25)
|     at java.lang.reflect.Method.invoke(Method.java:585)
|     at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
| SurefireBooter.java:308)
|     at org.apache.maven.surefire.booter.SurefireBooter.main(
| SurefireBooter.java:879)
|
| On Jan 11, 2008 10:37 PM, Afkham Azeez <af...@gmail.com> wrote:
|
|> I'm seeing JAXWS test failures. See attached log.
|>
|> --
|> Thanks
|> Afkham Azeez
|>
|> http://www.wso2.org
|> GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760
|
|
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFHiZI1gNg6eWEDv1kRAklZAKCIBZyA1cxeMlBg0FYZVaHb/VlH0gCglSv6
GcITSLlpfeDAD+C1QOsPjic=
=MqMe
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: JAXWS Test Failure

Posted by Afkham Azeez <af...@gmail.com>.
Jeff,
I think one of you commits is causing this test failure. Can you rectify
this ASAP?

Test set: org.apache.axis2.jaxws.spi.ClientMetadataPortTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec <<<
FAILURE!
testPreferredPort(org.apache.axis2.jaxws.spi.ClientMetadataPortTest)  Time
elapsed: 0.021 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
    at junit.framework.Assert.fail(Assert.java:47)
    at junit.framework.Assert.assertTrue(Assert.java:20)
    at junit.framework.Assert.assertTrue(Assert.java:27)
    at org.apache.axis2.jaxws.spi.ClientMetadataPortTest.testPreferredPort(
ClientMetadataPortTest.java:307)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at junit.framework.TestCase.runTest(TestCase.java:168)
    at junit.framework.TestCase.runBare(TestCase.java:134)
    at junit.framework.TestResult$1.protect(TestResult.java:110)
    at junit.framework.TestResult.runProtected(TestResult.java:128)
    at junit.framework.TestResult.run(TestResult.java:113)
    at junit.framework.TestCase.run(TestCase.java:124)
    at junit.framework.TestSuite.runTest(TestSuite.java:232)
    at junit.framework.TestSuite.run(TestSuite.java:227)
    at org.junit.internal.runners.OldTestClassRunner.run(
OldTestClassRunner.java:76)
    at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
JUnit4TestSet.java:62)
    at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:138)
    at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:125)
    at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:308)
    at org.apache.maven.surefire.booter.SurefireBooter.main(
SurefireBooter.java:879)

On Jan 11, 2008 10:37 PM, Afkham Azeez <af...@gmail.com> wrote:

> I'm seeing JAXWS test failures. See attached log.
>
> --
> Thanks
> Afkham Azeez
>
> http://www.wso2.org
> GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760




-- 
Thanks
Afkham Azeez

http://www.wso2.org
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760