summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials/store
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/tutorials/store')
-rw-r--r--branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java b/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
index 588c014fdf..69590ee80e 100644
--- a/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
+++ b/branches/sca-java-1.x/tutorials/store/store-test/test/StoreSupplierTestCase.java
@@ -19,6 +19,8 @@
package test;
+import java.io.IOException;
+
import junit.framework.Assert;
import junit.framework.TestCase;
@@ -28,6 +30,7 @@ import org.apache.tuscany.sca.node.launcher.DomainManagerLauncher;
import org.apache.tuscany.sca.node.launcher.NodeLauncher;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.Ignore;
@@ -76,6 +79,18 @@ public class StoreSupplierTestCase {
domainManager.stop();
}
+/*
+ @Test
+ public void testWaitForInput() {
+ try {
+ System.out.println("press enter to continue)");
+ System.in.read();
+ } catch (IOException e) {
+ e.printStackTrace();
+ }
+ }
+*/
+
@Test
public void testShop() {
SCAClient client = (SCAClient)storeClientNode;