Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrubezhny2015-05-05 13:18:51 +0000
committerNick Sandonato2015-05-07 01:40:23 +0000
commite4635fbe23117b1b8429df97089ad5b4a22e3b21 (patch)
tree7eb387c6b2144ef4709726807e185ca2e51156cd
parent35e948c06728390bf61c0ecfffeb6502db00ed2f (diff)
downloadwebtools.sourceediting-e4635fbe23117b1b8429df97089ad5b4a22e3b21.tar.gz
webtools.sourceediting-e4635fbe23117b1b8429df97089ad5b4a22e3b21.tar.xz
webtools.sourceediting-e4635fbe23117b1b8429df97089ad5b4a22e3b21.zip
Bug 466426 - AllXMLTests reported 8 Junit Errors on WTP builds
JUnit Tests for XML Validation Web UI are fixed Signed-off-by: vrubezhny <vrubezhny@exadel.com>
-rw-r--r--tests/org.eclipse.wst.xml.validation.tests/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.xml.validation.tests/pom.xml b/tests/org.eclipse.wst.xml.validation.tests/pom.xml
index 8a664fad9a..dda945b87c 100644
--- a/tests/org.eclipse.wst.xml.validation.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.validation.tests/pom.xml
@@ -48,6 +48,11 @@
<artifactId>org.eclipse.wst.xsd.core</artifactId>
<version>0.0.0</version>
</dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>com.ibm.icu</artifactId>
+ <version>0.0.0</version>
+ </dependency>
</dependencies>
</configuration>
</plugin>

Back to the top