Thanks Dan. I'm not actually sure why resources under systests/resources/somefolder/WEB-INF are not always added from the first time... I think some other users have hit this problem too when creating patches. I can definitely see that everything under systests/resources/jaxrs_atom/ is under SVN, including WEB-INF and its contents. It's probably something to do with either SVN for Windows not working well or something else, like the order in which sub resources have been added, not sure. Either way, I committed the missing resources, will reenable the test at some later stage
Cheers, Sergey Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/AtomClientBook Test.java URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf /systest/jaxrs/AtomClientBookTest.java?rev=673190&r1=673189&r2=673190&view=d iff ============================================================================ == --- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/AtomClientBook Test.java (original) +++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxrs/AtomClientBook Test.java Tue Jul 1 12:52:27 2008 @@ -52,6 +52,7 @@ } @Test + @org.junit.Ignore public void testGetBooks() throws Exception { String endpointAddress = "http://localhost:9080/bookstore/books/feed"; ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
