Re: Debugging failes junit test

2007-10-26 Thread Jim Sellers
Take a look at target/surefire-reports In eclipse everything in src/main can "see" (on the classpath) src/test and vis versa. When running the tests, code in src/main cannot "see" src/test. That might be it, but check out the output in the target/surefire-reports for your specific issue. HTH Ji

Debugging failes junit test

2007-10-25 Thread Jan Torben Heuer
Hi, I have a problem with a junit test that failes when I run "mvn test" - but it does not fail when I run the test by the eclipse-junit-plugin. My problem ist, that there are no information: [...] Running ogcoperations.SubscriptionTest Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elap