From f4c26edb74d9192f4fa5799b0a27dc654b5f0894 Mon Sep 17 00:00:00 2001 From: Menaka Jayawardena Date: Tue, 31 Jan 2017 01:29:54 +0530 Subject: [PATCH] Enabled backend integration tests in the build --- modules/integration/tests-integration/pom.xml | 4 ---- .../test/java/org/wso2/iot/integration/common/Constants.java | 2 +- modules/integration/tests-iot-web-ui/pom.xml | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml index f0a50005..9b44bbd6 100644 --- a/modules/integration/tests-integration/pom.xml +++ b/modules/integration/tests-integration/pom.xml @@ -245,10 +245,6 @@ - - org.wso2.iot - org.wso2.carbon.iot.core.integration.ui.pages - org.wso2.carbon.automation org.wso2.carbon.automation.engine diff --git a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java index 915dbac8..d80a0042 100644 --- a/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java +++ b/modules/integration/tests-integration/src/test/java/org/wso2/iot/integration/common/Constants.java @@ -144,7 +144,7 @@ public final class Constants { } public static final class AndroidOperations { - private final String PAYLOAD_COMMON = "["+DEVICE_ID+"]"; + private static final String PAYLOAD_COMMON = "["+DEVICE_ID+"]"; public static final String OPERATION_PAYLOAD_FILE_NAME = "android-operation-payloads.json"; public static final String OPERATIONS_GROUP = "operations"; diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml index 3aab2b9e..779940fb 100644 --- a/modules/integration/tests-iot-web-ui/pom.xml +++ b/modules/integration/tests-iot-web-ui/pom.xml @@ -250,6 +250,7 @@ org.wso2.iot org.wso2.carbon.iot.core.integration.ui.pages + ${product.iot.version} org.wso2.carbon.automation