Fixing Integration test - RubyRepIntegrationTest

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f8e6f160
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f8e6f160
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f8e6f160

Branch: refs/heads/master
Commit: f8e6f160f5c8decd032e6dd7b6b5df34d5eca945
Parents: 45dd549
Author: Yavor Yanchev <[email protected]>
Authored: Wed Jun 24 12:45:13 2015 +0300
Committer: Yavor Yanchev <[email protected]>
Committed: Wed Jun 24 12:45:13 2015 +0300

----------------------------------------------------------------------
 .../brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f8e6f160/software/database/src/test/java/brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java
----------------------------------------------------------------------
diff --git 
a/software/database/src/test/java/brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java
 
b/software/database/src/test/java/brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java
index 9e9b3cb..d1b7324 100644
--- 
a/software/database/src/test/java/brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java
+++ 
b/software/database/src/test/java/brooklyn/entity/database/rubyrep/RubyRepIntegrationTest.java
@@ -69,10 +69,12 @@ public class RubyRepIntegrationTest {
     public void test_localhost_mysql() throws Exception {
         MySqlNode db1 = 
tapp.createAndManageChild(EntitySpec.create(MySqlNode.class)
                 .configure(DatastoreCommon.CREATION_SCRIPT_CONTENTS, 
MySqlIntegrationTest.CREATION_SCRIPT)
+                .configure("test.table.name", "COMMENTS")
                 .configure(MySqlNode.MYSQL_PORT, 
PortRanges.fromInteger(9111)));
 
         MySqlNode db2 = 
tapp.createAndManageChild(EntitySpec.create(MySqlNode.class)
                 .configure(DatastoreCommon.CREATION_SCRIPT_CONTENTS, 
MySqlIntegrationTest.CREATION_SCRIPT)
+                .configure("test.table.name", "COMMENTS")
                 .configure(MySqlNode.MYSQL_PORT, 
PortRanges.fromInteger(9112)));
 
 

Reply via email to