summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours')
-rw-r--r--sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours/NodeTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours/NodeTestCase.java b/sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours/NodeTestCase.java
index 904509a594..d8f958e718 100644
--- a/sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours/NodeTestCase.java
+++ b/sandbox/travelsample/launchers/jumpstart-launcher/src/test/java/scatours/NodeTestCase.java
@@ -36,7 +36,7 @@ public class NodeTestCase {
@Before
public void startServer() throws Exception {
node = SCANodeFactory.newInstance().createSCANode("trips.composite",
- new SCAContribution("goodvaluetrips", "../../contributions/introducing-goodvaluetrips-contribution/target/classes"));
+ new SCAContribution("introducing-trips", "../../contributions/introducing-trips/target/classes"));
node.start();
}