You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/10/26 12:34:09 UTC

svn commit: r467951 - in /incubator/tuscany/java/samples/sca/helloworldJavaScript/src/test/java/helloworld: HelloWorldRunner.java HelloWorldTestCase.java

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org