Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 31c46c1f6 -> de64e864e
Test class renamed Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/de64e864 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/de64e864 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/de64e864 Branch: refs/heads/stratos-4.1.x Commit: de64e864efa222dbc31f77dc34e19e462420a00c Parents: 31c46c1 Author: Sajith <[email protected]> Authored: Mon Nov 23 14:54:29 2015 +0530 Committer: Sajith <[email protected]> Committed: Mon Nov 23 14:54:29 2015 +0530 ---------------------------------------------------------------------- .../integration/tests/iaas/IaasProviderAttributeTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/de64e864/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java index a309284..0a0ddbc 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java @@ -41,9 +41,9 @@ import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertNull; import static org.testng.AssertJUnit.assertTrue; -public class IaasProviderAttributeTest extends StratosIntegrationTest { +public class IaasProviderAttributeTestCase extends StratosIntegrationTest { - private static final Log log = LogFactory.getLog(IaasProviderAttributeTest.class); + private static final Log log = LogFactory.getLog(IaasProviderAttributeTestCase.class); private static final String RESOURCES_PATH = "/cartridge-iaas-attribute-test"; private static final String AUTOSCALING_POLICY = "autoscaling-policy-iaasprovider-attribute-test"; private static final String NETWORK_PARTITION = "network-partition-iaasprovider-attribute-test";
