Author: antelder
Date: Thu Oct 26 03:34:08 2006
New Revision: 467951

URL: http://svn.apache.org/viewvc?view=rev&rev=467951
Log:
Rename the testcase so it runs as a Testcase

Added:
    
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldTestCase.java
      - copied, changed from r467950, 
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldRunner.java
Removed:
    
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldRunner.java

Copied: 
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldTestCase.java
 (from r467950, 
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldRunner.java)
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldTestCase.java?view=diff&rev=467951&p1=incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldRunner.java&r1=467950&p2=incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldTestCase.java&r2=467951
==============================================================================
--- 
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldRunner.java
 (original)
+++ 
incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld/HelloWorldTestCase.java
 Thu Oct 26 03:34:08 2006
@@ -27,7 +27,7 @@
 /**
  * This shows how to test the HelloWorld service component.
  */
-public class HelloWorldRunner extends SCATestCase {
+public class HelloWorldTestCase extends SCATestCase {
 
     private HelloWorldService helloWorldService;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to