diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-23 18:50:32 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-23 18:50:32 +0000 |
commit | 1caadd6686f3955d29b2a435945a91729e294f19 (patch) | |
tree | dece4b4f038d4da184a52f9704303bd7aea4f3b5 | |
parent | 393e9ef21b45ac96ce70ca0c1f0f397528d81c79 (diff) |
Rename the JUnit test case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777986 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/IntroducingTestCase.java (renamed from sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/NodeTestCase.java) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/NodeTestCase.java b/sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/IntroducingTestCase.java index 2e423e016a..dc4586b491 100644 --- a/sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/NodeTestCase.java +++ b/sandbox/travelsample/launchers/introducing-launcher/src/test/java/scatours/IntroducingTestCase.java @@ -27,9 +27,10 @@ import org.junit.Before; import org.junit.Test;
/**
- * Tests all the components and services in chapter 2
+ * Test driver for introducing-tuscanyscatours-contribution and
+ * introducing-goodvaluetrips-contribution.
*/
-public class NodeTestCase {
+public class IntroducingTestCase {
private SCANode node;
|