From 881e3a9df89c287a2ab6e3ac617a8082143bc6f5 Mon Sep 17 00:00:00 2001 From: Steve Singer Date: Mon, 8 Aug 2011 09:39:10 -0400 Subject: [PATCH 1/2] Updates to test to cover the case of bug229 --- clustertest/disorder/tests/WaitForTest.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clustertest/disorder/tests/WaitForTest.js b/clustertest/disorder/tests/WaitForTest.js index a8c0449..da27779 100644 --- a/clustertest/disorder/tests/WaitForTest.js +++ b/clustertest/disorder/tests/WaitForTest.js @@ -37,8 +37,10 @@ WaitForTest.prototype.runTest = function() { var slonikPreamble = this.getSlonikPreamble(); var slonikScript = 'echo \'BasicTest.prototype.createSecondSet\';\n'; slonikScript += 'create set(id=2, origin=2 ,comment=\'second set\');\n' - +"create set(id=3, origin=3 ,comment=\'second set\');\n';"; - + +"create set(id=3, origin=3 ,comment=\'second set\');\n " + + "set add table(set id=2,origin=2," + + " tables='disorder\.do_item_*');"; + this.tableIdCounter++; var slonik = this.coordinator.createSlonik('create second set', slonikPreamble, slonikScript); -- 1.7.0.4