06-28-07 12:11 AM
Hi Craig,
It's been working fine for me. I just did an svn update followed by a
clean build and it still works for me. You might try a clean check-out.
-- Michelle
Craig L Russell wrote:
> Hi,
>
> My api2 build fails:
> [junit] Tests run: 19, Failures: 9, Errors: 0, Time elapsed:
> 0.102 sec
> [junit] [ERROR] TEST javax.jdo.JDOHelperConfigTest FAILED
>
> I don't recall the last time this worked, but I thought it had worked
> earlier.
>
> Testsuite: javax.jdo.JDOHelperConfigTest
> Tests run: 19, Failures: 9, Errors: 0, Time elapsed: 0.102 sec
>
> Testcase: testPositive00_PMF0_GetNamedPMFPropertie
s
> (javax.jdo.JDOHelperConfigTest): FAILED
> No properties found
> junit.framework.AssertionFailedError: No properties found
> at
> javax.jdo.JDOHelperConfigTest. testPositive00_PMF0_GetNamedPMFPropertie
s(
> JDOHelperConfigTest.java:68)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
> Testcase: testPositive00_PMF1_GetNamedPMFPropertie
s
> (javax.jdo.JDOHelperConfigTest): FAILED
> No properties found
> junit.framework.AssertionFailedError: No properties found
> at
> javax.jdo.JDOHelperConfigTest. testPositive00_PMF1_GetNamedPMFPropertie
s(
> JDOHelperConfigTest.java:91)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
> Testcase: testPositive00_PMF2_GetNamedPMFPropertie
s
> (javax.jdo.JDOHelperConfigTest): FAILED
> No properties found
> junit.framework.AssertionFailedError: No properties found
> at
> javax.jdo.JDOHelperConfigTest. testPositive00_PMF2_GetNamedPMFPropertie
s(
> JDOHelperConfigTest.java:111)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39) at
> sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
> and so on...
>
> Any ideas?
>
> Craig
>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!
>
[ Post a follow-up to this message ]
|