summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java')
-rw-r--r--sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java/org/example/orderservice/OrderServiceBareTestCase.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java/org/example/orderservice/OrderServiceBareTestCase.java b/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java/org/example/orderservice/OrderServiceBareTestCase.java
index 75bada0174..5da7e870ed 100644
--- a/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java/org/example/orderservice/OrderServiceBareTestCase.java
+++ b/sca-java-2.x/trunk/testing/itest/ws/holder-ws-service-multiple-outputs/src/test/java/org/example/orderservice/OrderServiceBareTestCase.java
@@ -38,6 +38,7 @@ import org.junit.Test;
/**
* Tests that the order server responds.
*/
+
public class OrderServiceBareTestCase {
private static Node node;
@@ -56,7 +57,6 @@ public class OrderServiceBareTestCase {
}
@Test
- @Ignore
public void testOrderReviewBareApprovedSCA() throws IOException {
OrderServiceBare orderServiceBare =
node.getService(OrderServiceBare.class, "OrderServiceBareComponent/OrderServiceBare");
@@ -72,7 +72,6 @@ public class OrderServiceBareTestCase {
testOrderReviewApproved(orderServiceBare);
}
- @Ignore
@Test
public void testOrderReviewBareRejectedSCA() throws IOException {
OrderServiceBare orderServiceBare =
@@ -89,7 +88,6 @@ public class OrderServiceBareTestCase {
testOrderReviewRejected(orderServiceBare);
}
- @Ignore
@Test
public void testOrderReviewInOutBareApprovedSCA() throws IOException {
OrderServiceBare orderServiceBare =
@@ -106,7 +104,6 @@ public class OrderServiceBareTestCase {
testOrderReviewApprovedInOutHolder(orderServiceBare);
}
- @Ignore
@Test
public void testOrderReviewInOutBareRejectedSCA() throws IOException {
OrderServiceBare orderServiceBare =
@@ -122,8 +119,7 @@ public class OrderServiceBareTestCase {
assertNotNull(orderServiceBare);
testOrderReviewRejectedInOutHolder(orderServiceBare);
}
-
- @Ignore
+
@Test
public void testOrderReviewBareOutHolderSCA() throws IOException {
OrderServiceBare orderServiceBare =