[java-sig-commits] [javapackages] Add missing test data

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Sep 19 14:23:19 UTC 2013


commit 8421e3e0e518722ef89126d7b5d6a7690558929d
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Sep 19 16:22:00 2013 +0200

    Add missing test data

 .../test_different_artifactId-want.xml             |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/test/data/maven_depmap/test_different_artifactId-want.xml b/test/data/maven_depmap/test_different_artifactId-want.xml
new file mode 100644
index 0000000..06c4ea2
--- /dev/null
+++ b/test/data/maven_depmap/test_different_artifactId-want.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?>
+<dependencyMap>
+  <dependency>
+    <maven>
+      <artifactId>bndlib</artifactId>
+      <groupId>biz.aQute</groupId>
+      <version>1.50.0</version>
+    </maven>
+    <jpp>
+      <artifactId>aqute-bndlib</artifactId>
+      <groupId>JPP</groupId>
+    </jpp>
+  </dependency>
+</dependencyMap>


More information about the java-sig-commits mailing list