From 71a7cba384b8ae7f4578fb9ab1f725d5ce616074 Mon Sep 17 00:00:00 2001 From: rfeng Date: Mon, 26 Oct 2009 23:44:59 +0000 Subject: Merge all changes from 1.5.2 branch into trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.x/tutorials/store/store-test/pom.xml | 7 +++++++ .../store/store-test/test/StoreSupplierTestCase.java | 14 ++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'branches/sca-java-1.x/tutorials/store/store-test') diff --git a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml index df4ec0f3e8..b8543a8ff1 100644 --- a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml +++ b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml @@ -150,6 +150,13 @@ 1.6-SNAPSHOT runtime + + + org.apache.tuscany.sca + tuscany-binding-jms-runtime + 1.6-SNAPSHOT + runtime + org.apache.derby 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 556cc42d0b..9cea47fbc8 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 @@ -58,6 +58,15 @@ public class StoreSupplierTestCase { domainManager = managerLauncher.createDomainManager(domainDir); domainManager.start(); + /* helpful for debugging + try { + System.out.println("press enter to continue)"); + System.in.read(); + } catch (IOException e) { + e.printStackTrace(); + } + */ + NodeLauncher nodeLauncher = NodeLauncher.newInstance(); storeSupplierNode = nodeLauncher.createNodeFromURL("http://localhost:9990/node-config/StoreSupplierNode"); storeSupplierNode.start(); @@ -78,8 +87,9 @@ public class StoreSupplierTestCase { domainManager.stop(); } -/* + @Test + @Ignore public void testWaitForInput() { try { System.out.println("press enter to continue)"); @@ -88,7 +98,7 @@ public class StoreSupplierTestCase { e.printStackTrace(); } } -*/ + @Test public void testShop() { -- cgit v1.2.3