You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2013/01/08 12:48:08 UTC

svn commit: r1430227 - in /syncope/trunk/core/src/test: java/org/apache/syncope/core/rest/AbstractTest.java resources/restClientContext.xml

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>



RE: svn commit: r1430227 - in /syncope/trunk/core/src/test: java/org/apache/syncope/core/rest/AbstractTest.java resources/restClientContext.xml

Posted by Jan Bernhardt <jb...@talend.com>.
Ups. Sorry for that! I use 9081 for my TCP Monitor...

Best regards.
Jan


> -----Original Message-----
> From: fmartelli@apache.org [mailto:fmartelli@apache.org]
> Sent: Dienstag, 8. Januar 2013 12:48
> To: commits@syncope.apache.org
> Subject: svn commit: r1430227 - in /syncope/trunk/core/src/test:
> java/org/apache/syncope/core/rest/AbstractTest.java
> resources/restClientContext.xml
> 
> 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/AbstractT
> est.java
>     syncope/trunk/core/src/test/resources/restClientContext.xml
> 
> Modified:
> syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractT
> est.java
> URL:
> http://svn.apache.org/viewvc/syncope/trunk/core/src/test/java/org/apach
> e/syncope/core/rest/AbstractTest.java?rev=1430227&r1=1430226&r2=14302
> 27&view=diff
> ==========================================================
> ====================
> ---
> syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractT
> est.java (original)
> +++
> syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/Abstra
> +++ ctTest.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/restC
> lientContext.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>
>