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

git commit: Fix test error in org.apache.stratos.autoscaler component

Repository: incubator-stratos
Updated Branches:
  refs/heads/master d17aa8c59 -> 1e1f0c5fd


Fix test error in org.apache.stratos.autoscaler component


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

Branch: refs/heads/master
Commit: 1e1f0c5fd9a1632cd7731999b71ea1dc54dab9bb
Parents: d17aa8c
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Fri Apr 4 14:18:54 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Fri Apr 4 14:18:54 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1e1f0c5f/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 bdb6d16..1c6c687 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
@@ -32,9 +32,9 @@ import static org.junit.Assert.assertEquals;
 
 public class TestRulesPackaged {
     private static final Log log = LogFactory.getLog(TestRulesPackaged.class);
-    private String minCheckDrlFilePath = "../../products/autoscaler/modules/distribution/src/main/conf/mincheck.drl";
-    private String scalingDrlFilePath = "../../products/autoscaler/modules/distribution/src/main/conf/scaling.drl";
-    private String terminateAllDrlFilePath = "../../products/autoscaler/modules/distribution/src/main/conf/terminateall.drl";
+    private String minCheckDrlFilePath = "../../products/stratos/modules/distribution/src/main/conf/mincheck.drl";
+    private String scalingDrlFilePath = "../../products/stratos/modules/distribution/src/main/conf/scaling.drl";
+    private String terminateAllDrlFilePath = "../../products/stratos/modules/distribution/src/main/conf/terminateall.drl";
     private KnowledgeBase kbase;
     private StatefulKnowledgeSession ksession;
 
@@ -69,4 +69,4 @@ public class TestRulesPackaged {
             throw new IllegalArgumentException(String.format("Could not parse drools file: %s", droolsFilePath));
         }
     }
-}
\ No newline at end of file
+}