You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/12/03 04:29:33 UTC

stratos git commit: Adding scaling drools test back

Repository: stratos
Updated Branches:
  refs/heads/master a053c7c47 -> db46192fc


Adding scaling drools test back


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

Branch: refs/heads/master
Commit: db46192fc03da96da231539e5fd8eef99039bd6c
Parents: a053c7c
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Wed Dec 3 09:01:07 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Wed Dec 3 09:01:07 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/autoscaler/TestRulesPackaged.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/db46192f/components/org.apache.stratos.autoscaler/src/test/java/org/apache/stratos/autoscaler/TestRulesPackaged.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/test/java/org/apache/stratos/autoscaler/TestRulesPackaged.java b/components/org.apache.stratos.autoscaler/src/test/java/org/apache/stratos/autoscaler/TestRulesPackaged.java
index f93d31d..0826140 100644
--- a/components/org.apache.stratos.autoscaler/src/test/java/org/apache/stratos/autoscaler/TestRulesPackaged.java
+++ b/components/org.apache.stratos.autoscaler/src/test/java/org/apache/stratos/autoscaler/TestRulesPackaged.java
@@ -50,10 +50,10 @@ public class TestRulesPackaged {
 //        parseDroolsFile(dependentScalingDrlFilePath);
 //    }
 
-    /*@Test
+    @Test
     public void testScalingDroolsFile() {
         parseDroolsFile(scalingDrlFilePath);
-    }*/
+    }
 
     @Test
     public void testTerminateAllDroolsFile() {