Author: maartenc
Date: Thu Mar 20 13:37:56 2008
New Revision: 639446
URL: http://svn.apache.org/viewvc?rev=639446&view=rev
Log:
Fixed failing junit tests.
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies-with-scope.pom
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies.pom
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-optional.pom
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-simple.pom
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-with-scope.xml
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple-dependencies.xml
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple.xml
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies-with-scope.pom
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies-with-scope.pom?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies-with-scope.pom
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies-with-scope.pom
Thu Mar 20 13:37:56 2008
@@ -23,10 +23,10 @@
<artifactId>test</artifactId>
<name>Test Module for Ivy M2 parsing</name>
<version>1.0</version>
- <url>http://ivy.jayasoft.org/</url>
+ <url>http://ant.apache.org/ivy</url>
<organization>
- <name>Jayasoft</name>
- <url>http://www.jayasoft.org/</url>
+ <name>Apache</name>
+ <url>http://ant.apache.org/ivy</url>
</organization>
<dependencies>
<dependency>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies.pom
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies.pom?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies.pom
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-dependencies.pom
Thu Mar 20 13:37:56 2008
@@ -23,10 +23,10 @@
<artifactId>test</artifactId>
<name>Test Module for Ivy M2 parsing</name>
<version>1.0</version>
- <url>http://ivy.jayasoft.org/</url>
+ <url>http://ant.apache.org/ivy</url>
<organization>
- <name>Jayasoft</name>
- <url>http://www.jayasoft.org/</url>
+ <name>Apache</name>
+ <url>http://ant.apache.org/ivy</url>
</organization>
<dependencies>
<dependency>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-optional.pom
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-optional.pom?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-optional.pom
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-optional.pom
Thu Mar 20 13:37:56 2008
@@ -23,10 +23,10 @@
<artifactId>test</artifactId>
<name>Test Module for Ivy M2 parsing</name>
<version>1.0</version>
- <url>http://ivy.jayasoft.org/</url>
+ <url>http://ant.apache.org/ivy</url>
<organization>
- <name>Jayasoft</name>
- <url>http://www.jayasoft.org/</url>
+ <name>Apache</name>
+ <url>http://ant.apache.org/ivy</url>
</organization>
<dependencies>
<dependency>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-simple.pom
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-simple.pom?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-simple.pom
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-simple.pom
Thu Mar 20 13:37:56 2008
@@ -23,7 +23,7 @@
<artifactId>test</artifactId>
<name>Test Module for Ivy M2 parsing</name>
<version>1.0</version>
- <url>http://ivy.jayasoft.org/</url>
+ <url>http://ant.apache.org/ivy</url>
<organization>
<name>Jayasoft</name>
<url>http://www.jayasoft.org/</url>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml
Thu Mar 20 13:37:56 2008
@@ -29,6 +29,7 @@
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
+ <url>http://ant.apache.org/ivy</url>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-with-scope.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-with-scope.xml?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-with-scope.xml
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-with-scope.xml
Thu Mar 20 13:37:56 2008
@@ -29,6 +29,7 @@
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
+ <url>http://ant.apache.org/ivy</url>
<dependencies>
<dependency>
<groupId>odmg</groupId>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple-dependencies.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple-dependencies.xml?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple-dependencies.xml
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple-dependencies.xml
Thu Mar 20 13:37:56 2008
@@ -29,6 +29,7 @@
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
+ <url>http://ant.apache.org/ivy</url>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple.xml?rev=639446&r1=639445&r2=639446&view=diff
==============================================================================
---
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple.xml
(original)
+++
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/test-write-simple.xml
Thu Mar 20 13:37:56 2008
@@ -29,4 +29,5 @@
<artifactId>test</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
+ <url>http://ant.apache.org/ivy</url>
</project>