You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/03/20 13:51:14 UTC

[19/33] git commit: fixing a test failure

fixing a test failure


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

Branch: refs/heads/master
Commit: 27f6c9c321625b323104b0648b74967cd3f6549d
Parents: 71df833
Author: Nirmal Fernando <ni...@apache.org>
Authored: Thu Mar 20 09:24:18 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Thu Mar 20 09:24:18 2014 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/manager/test/CartridgeSubscriptionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/27f6c9c3/components/org.apache.stratos.manager/src/test/java/org/apache/stratos/manager/test/CartridgeSubscriptionTest.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager/src/test/java/org/apache/stratos/manager/test/CartridgeSubscriptionTest.java b/components/org.apache.stratos.manager/src/test/java/org/apache/stratos/manager/test/CartridgeSubscriptionTest.java
index 77c2a58..f7f7990 100644
--- a/components/org.apache.stratos.manager/src/test/java/org/apache/stratos/manager/test/CartridgeSubscriptionTest.java
+++ b/components/org.apache.stratos.manager/src/test/java/org/apache/stratos/manager/test/CartridgeSubscriptionTest.java
@@ -20,7 +20,7 @@
 package org.apache.stratos.manager.test;
 
 import junit.framework.TestCase;
-import org.apache.stratos.cloud.controller.pojo.CartridgeInfo;
+import org.apache.stratos.cloud.controller.stub.pojo.CartridgeInfo;
 import org.apache.stratos.manager.exception.ADCException;
 import org.apache.stratos.manager.subscription.CartridgeSubscription;
 import org.apache.stratos.manager.subscription.factory.CartridgeSubscriptionFactory;