You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2011/09/06 14:12:04 UTC

svn commit: r1165629 - /incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java

Author: marrs
Date: Tue Sep  6 12:12:04 2011
New Revision: 1165629

URL: http://svn.apache.org/viewvc?rev=1165629&view=rev
Log:
ACE-170 fixed the integration test after breaking it

Modified:
    incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java

Modified: incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java?rev=1165629&r1=1165628&r2=1165629&view=diff
==============================================================================
--- incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java (original)
+++ incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/log/LogIntegrationTest.java Tue Sep  6 12:12:04 2011
@@ -90,12 +90,14 @@ public class LogIntegrationTest extends 
         configure(DiscoveryConstants.DISCOVERY_PID,
                 DiscoveryConstants.DISCOVERY_URL_KEY, "http://" + HOST + ":" + TestConstants.PORT);
         configure(IdentificationConstants.IDENTIFICATION_PID,
-                IdentificationConstants.IDENTIFICATION_GATEWAYID_KEY, GWID);
+                IdentificationConstants.IDENTIFICATION_TARGETID_KEY, GWID);
 
         configureFactory("org.apache.ace.gateway.log.store.factory",
                 "name", "auditlog");
         configureFactory("org.apache.ace.gateway.log.factory",
                 "name", "auditlog");
+        configureFactory("org.apache.ace.gateway.log.sync.factory",
+            "name", "auditlog");
 
         configure("org.apache.ace.deployment.servlet",
                 HttpConstants.ENDPOINT, DEPLOYMENT);