Fixing Integration test - RubyRepIntegrationTest

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

Branch: refs/heads/0.7.0-incubating
Commit: e9fc33f8299c648714e063f7caec13bea8193ef8
Parents: 8496ba1
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/brooklyn-library/blob/e9fc33f8/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