You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/04/25 21:07:00 UTC

svn commit: r768584 - in /incubator/cassandra/trunk: build.xml test/org/ test/unit/ test/unit/org/

Author: jbellis
Date: Sat Apr 25 19:07:00 2009
New Revision: 768584

URL: http://svn.apache.org/viewvc?rev=768584&view=rev
Log:
move testng code to test/unit.  patch by johano; reviewed by jbellis for #104

Added:
    incubator/cassandra/trunk/test/unit/
    incubator/cassandra/trunk/test/unit/org/   (props changed)
      - copied from r768581, incubator/cassandra/trunk/test/org/
Removed:
    incubator/cassandra/trunk/test/org/
Modified:
    incubator/cassandra/trunk/build.xml

Modified: incubator/cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=768584&r1=768583&r2=768584&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Sat Apr 25 19:07:00 2009
@@ -13,6 +13,7 @@
     <property name="test.dir" value="${basedir}/test"/>
     <property name="test.classes" value="${build.dir}/test/classes"/>
     <property name="test.conf" value="${test.dir}/conf"/>
+    <property name="test.unit.src" value="${test.dir}/unit"/>
     <property name="final.name" value="cassandra"/>
 
     <!-- http://cobertura.sourceforge.net/ -->
@@ -136,7 +137,7 @@
      destdir="${test.classes}"
     >
       <classpath refid="cassandra.classpath"/>
-      <src path="${test.dir}"/>
+      <src path="${test.unit.src}"/>
     </javac>
   </target>
 

Propchange: incubator/cassandra/trunk/test/unit/org/
------------------------------------------------------------------------------
    svn:mergeinfo =