You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/12/20 18:42:50 UTC

svn commit: r358052 - in /beehive/trunk/wsm/test: build.xml src/junit-server/ webapp/tests/

Author: ekoneil
Date: Tue Dec 20 09:42:43 2005
New Revision: 358052

URL: http://svn.apache.org/viewcvs?rev=358052&view=rev
Log:
Move the src/junit-server tests for the webapp into webapp/tests.  Matches the service control's structure.

BB: self
Test: WSM pass


Added:
    beehive/trunk/wsm/test/webapp/tests/
      - copied from r357770, beehive/trunk/wsm/test/src/junit-server/
Removed:
    beehive/trunk/wsm/test/src/junit-server/
Modified:
    beehive/trunk/wsm/test/build.xml

Modified: beehive/trunk/wsm/test/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/wsm/test/build.xml?rev=358052&r1=358051&r2=358052&view=diff
==============================================================================
--- beehive/trunk/wsm/test/build.xml (original)
+++ beehive/trunk/wsm/test/build.xml Tue Dec 20 09:42:43 2005
@@ -26,7 +26,7 @@
 
     <property name="junit.src" location="src/junit"/>
     <property name="junit-services.src" location="src/junit-services"/>
-    <property name="junit-server.src" location="src/junit-server"/>
+    <property name="junit-server.src" location="webapp/tests"/>
 
     <property name="build.classes" location="${build.dir}/classes"/>
     <property name="build.gen-src-wsdl" location="${build.dir}/gen-src-wsdl"/>