From 0e4846e9b7eed9d2acf12a5924105ede04fe839b Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 8 Feb 2009 15:02:03 +0000 Subject: Sort out payment component using implementation.bpel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742117 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/scatours/emailgateway/EmailGatewayTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/travelsample/shared-contributions/emailgateway-contribution/test/scatours/emailgateway') diff --git a/sandbox/travelsample/shared-contributions/emailgateway-contribution/test/scatours/emailgateway/EmailGatewayTestCase.java b/sandbox/travelsample/shared-contributions/emailgateway-contribution/test/scatours/emailgateway/EmailGatewayTestCase.java index c471e024e3..1e5a511db1 100644 --- a/sandbox/travelsample/shared-contributions/emailgateway-contribution/test/scatours/emailgateway/EmailGatewayTestCase.java +++ b/sandbox/travelsample/shared-contributions/emailgateway-contribution/test/scatours/emailgateway/EmailGatewayTestCase.java @@ -39,7 +39,7 @@ public class EmailGatewayTestCase { @BeforeClass public static void setUpBeforeClass() throws Exception { SCANodeFactory factory = SCANodeFactory.newInstance(); - node = factory.createSCANodeFromClassLoader("emailgatewaytest.composite", EmailGateway.class.getClassLoader()); + node = factory.createSCANodeFromClassLoader("emailgateway.composite", EmailGateway.class.getClassLoader()); node.start(); } -- cgit v1.2.3