summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-07 23:39:24 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-07 23:39:24 +0000
commita0c75e1934cfe6763c2aed2e0aec9f706827a5df (patch)
treec219c1e5e04583ccfad72e9e940c08e158f32703
parent3ef97e3558b10b558afaaac3942b60993faa7441 (diff)
Rename the test case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763038 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java (renamed from java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/CalculatorOSGiNodeTestCase.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/CalculatorOSGiNodeTestCase.java b/java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
index fbda1990fa..830e5afdee 100644
--- a/java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/CalculatorOSGiNodeTestCase.java
+++ b/java/sca/samples/dosgi-calculator-operations/src/test/java/calculator/dosgi/operations/test/OperationsOSGiNodeTestCase.java
@@ -41,7 +41,7 @@ import calculator.dosgi.operations.AddService;
/**
*
*/
-public class CalculatorOSGiNodeTestCase {
+public class OperationsOSGiNodeTestCase {
private static EquinoxHost host;
private static BundleContext context;
private static Bundle operationsBundle;