You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/07/27 07:59:25 UTC

svn commit: rev 30770 - in incubator/depot/trunk/update/src/test/org/apache/depot/update/ant: . cache

Author: nickchalko
Date: Tue Jul 27 00:59:25 2004
New Revision: 30770

Removed:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml
Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/test1-export.build.xml
Log:
All the test now working.
Fixed the rest of the export xml files.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	Tue Jul 27 00:59:25 2004
@@ -17,7 +17,7 @@
 -->
 <project name="updateModule-test" basedir="../../../../../../../../" default="test1">
 	<property name="localtest.dir" value="${basedir}/src/resources/test/repo" />
-	
+
 
 
 	<property name="depot.home" value="${basedir}/build/depot-home" />
@@ -105,7 +105,9 @@
 		<delete file="build/test1-export.build.xml" />
 		<path id="convert" location="${basedir}" />
 		<pathconvert property="converted" refid="convert" targetos="unix" />
-		<copy file="src/test/org/apache/depot/update/ant/test1-export.build.xml" tofile="build/expected-test1-export.build.xml" overwrite="true">
+		<copy file="src/test/org/apache/depot/update/ant/cache/test1-export.build.xml" 
+			tofile="build/expected-test1-export.build.xml" 
+			overwrite="true">
 			<filterset>
 				<filter token="basedir" value="${converted}" />
 			</filterset>

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/test1-export.build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/test1-export.build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/test1-export.build.xml	Tue Jul 27 00:59:25 2004
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
-<!DOCTYPE cachedresourceset PUBLIC "-//APACHE//DTD CachedResource V0.1//EN" "http://incubator.apache.org/depot/dtd/cachedartifact-v01.dtd">
+<!DOCTYPE cachedartifactset PUBLIC "-//APACHE//DTD CachedArtifact V0.1//EN" "http://incubator.apache.org/depot/dtd/cachedartifact-v01.dtd">
 <cachedartifactset id="test1">
     <artifact name="helloworld" 
+              group="helloworld"
               version="1.1" 
               href="file://@basedir@/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
 </cachedartifactset>