Author: sergeyb
Date: Mon Jan 31 16:18:09 2011
New Revision: 1065670
URL: http://svn.apache.org/viewvc?rev=1065670&view=rev
Log:
Merged revisions 1065666 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1065666 | sergeyb | 2011-01-31 16:15:29 +0000 (Mon, 31 Jan 2011) | 1 line
Fixing a typo in the system jaxrs test
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRSSpringSecurityNoAnnotationsTest.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 31 16:18:09 2011
@@ -1 +1 @@
-/cxf/trunk:1063042,1063205,1063267,1063340,1064095,1065577
+/cxf/trunk:1063042,1063205,1063267,1063340,1064095,1065577,1065666
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRSSpringSecurityNoAnnotationsTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRSSpringSecurityNoAnnotationsTest.java?rev=1065670&r1=1065669&r2=1065670&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRSSpringSecurityNoAnnotationsTest.java
(original)
+++
cxf/branches/2.3.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRSSpringSecurityNoAnnotationsTest.java
Mon Jan 31 16:18:09 2011
@@ -23,7 +23,7 @@ import org.junit.BeforeClass;
import org.junit.Test;
public class JAXRSSpringSecurityNoAnnotationsTest extends
AbstractSpringSecurityTest {
- public static final String PORT = BookServerSecuritySpringInterface.PORT;
+ public static final String PORT =
BookServerSecuritySpringNoAnnotations.PORT;
@BeforeClass
public static void startServers() throws Exception {