Author: fmartelli
Date: Tue Jan  8 11:48:07 2013
New Revision: 1430227

URL: http://svn.apache.org/viewvc?rev=1430227&view=rev
Log:
fix typo 9081 SYNCOPE-267 and SYNCOPE-259

Modified:
    
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
    syncope/trunk/core/src/test/resources/restClientContext.xml

Modified: 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java?rev=1430227&r1=1430226&r2=1430227&view=diff
==============================================================================
--- 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java 
(original)
+++ 
syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java 
Tue Jan  8 11:48:07 2013
@@ -70,7 +70,7 @@ public abstract class AbstractTest {
      */
     protected static final Logger LOG = 
LoggerFactory.getLogger(AbstractTest.class);
 
-    protected static final String BASE_URL = 
"http://localhost:9081/syncope/rest/";;
+    protected static final String BASE_URL = 
"http://localhost:9080/syncope/rest/";;
 
     public static final String ADMIN_UID = "admin";
 

Modified: syncope/trunk/core/src/test/resources/restClientContext.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/core/src/test/resources/restClientContext.xml?rev=1430227&r1=1430226&r2=1430227&view=diff
==============================================================================
--- syncope/trunk/core/src/test/resources/restClientContext.xml (original)
+++ syncope/trunk/core/src/test/resources/restClientContext.xml Tue Jan  8 
11:48:07 2013
@@ -42,7 +42,7 @@ under the License.
   
   <bean id="httpClientFactory" 
class="org.apache.syncope.client.http.PreemptiveAuthHttpRequestFactory">
     <constructor-arg value="localhost"/>
-    <constructor-arg value="9081"/>
+    <constructor-arg value="9080"/>
     <constructor-arg value="http"/>
     <constructor-arg ref="httpClientConnManager"/>
     <constructor-arg ref="httpClientParams"/>
@@ -57,4 +57,4 @@ under the License.
     </property>
   </bean>
 
-</beans>
\ No newline at end of file
+</beans>


Reply via email to