On Thu, 2005-04-14 at 20:03 +0100, Murray Altheim wrote: > Laxma Reddy Dendi wrote: > > i tried xindice 1.1b3 & 1.1b4 soruce with JDK1.5 and both failed to compile.
I just checked out the latest version in CVS and built it Fedora Core 3 with jdk1.5.0_01. I ran ./build.sh test and got one (anticipated) failure out of 319 tests. The failure was in IntegrationXmlRpcTests running testGetUnknownDatabase. The report is as follows: Expected ErrorCodes.NO_SUCH_DATABASE (400), got collection: null junit.framework.AssertionFailedError: Expected ErrorCodes.NO_SUCH_DATABASE (400), got collection: null at org.apache.xindice.integration.client.basic.CollectionTest.testGetUnknownDatabase(CollectionTest.java:47) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junitx.extensions.TestSetup$1.protect(TestSetup.java:81) at junitx.extensions.TestSetup.run(TestSetup.java:87) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junitx.extensions.TestSetup$1.protect(TestSetup.java:81) at junitx.extensions.TestSetup.run(TestSetup.java:87) Sorry for the line wrap. Everything else was clean. -- Mark Eggers <[EMAIL PROTECTED]>
