Hello!
One of the tests from LiveTest.java fails because the repository it
tries to access has been moved. You can even see the failure at
http://cvsgrab.sourceforge.net/junit-report.html
Please apply following patch against CVS version of cvsgrab.
--- src/test/net/sourceforge/cvsgrab/LiveTest.java
+++ src/test/net/sourceforge/cvsgrab/LiveTest.java
@@ -46,7 +46,7 @@
* Test for Apache.org
*/
public void testApache() throws Exception {
- grab("http://cvs.apache.org/viewcvs.cgi/ws-fx/wss4j/interop/keys/");
+ grab("http://cvs.apache.org/viewcvs.cgi/ws-wss4j/interop/keys/");
assertContainsFile("README.txt");
}
--
Regards,
Pavel Roskin
|