Author: [email protected]
Date: Mon Jul 18 14:04:18 2011
New Revision: 1216

Log:
[AMDATUAUTH-68] Added missing commit (?)

Modified:
   
trunk/amdatu-auth/test-integration/tests/src/test/java/org/amdatu/auth/test/integration/tests/OAuthServiceConsumerRegistryTest.java

Modified: 
trunk/amdatu-auth/test-integration/tests/src/test/java/org/amdatu/auth/test/integration/tests/OAuthServiceConsumerRegistryTest.java
==============================================================================
--- 
trunk/amdatu-auth/test-integration/tests/src/test/java/org/amdatu/auth/test/integration/tests/OAuthServiceConsumerRegistryTest.java
 (original)
+++ 
trunk/amdatu-auth/test-integration/tests/src/test/java/org/amdatu/auth/test/integration/tests/OAuthServiceConsumerRegistryTest.java
 Mon Jul 18 14:04:18 2011
@@ -45,7 +45,7 @@
 
         // Wait for the REST service to become available
         m_logService.log(LogService.LOG_DEBUG, "Waiting for '" + m_baseUrl + 
CONSUMERS_REST_RESOURCE + "' to come available...");
-        AuthUtils.waitForURL(m_baseUrl + CONSUMERS_REST_RESOURCE, 
HttpStatus.SC_OK);
+        AuthUtils.waitForURL(m_baseUrl + CONSUMERS_REST_RESOURCE + "/status", 
HttpStatus.SC_OK);
         m_logService.log(LogService.LOG_DEBUG, "URL available");
 
         HttpClient httpClient = new HttpClient();
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to