Author: sergeyb
Date: Wed Jan 5 21:25:28 2011
New Revision: 1055649
URL: http://svn.apache.org/viewvc?rev=1055649&view=rev
Log:
Another update to make tests passing on Windows
Modified:
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/BookServerSimpleSecurity.java
Modified:
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/BookServerSimpleSecurity.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/BookServerSimpleSecurity.java?rev=1055649&r1=1055648&r2=1055649&view=diff
==============================================================================
---
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/BookServerSimpleSecurity.java
(original)
+++
cxf/trunk/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/BookServerSimpleSecurity.java
Wed Jan 5 21:25:28 2011
@@ -38,7 +38,7 @@ public class BookServerSimpleSecurity ex
URL resource = getClass()
.getResource("/org/apache/cxf/systest/jaxrs/security/jetty-realm.properties");
LoginService realm =
- new HashLoginService("BookStoreRealm", resource.toString());
+ new HashLoginService("BookStoreRealm", resource.toURI().getPath());
server.addBean(realm);
}