Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvrubezhny2015-05-05 12:32:40 +0000
committerNick Sandonato2015-05-06 23:11:09 +0000
commit35e948c06728390bf61c0ecfffeb6502db00ed2f (patch)
tree1c160f916ca92850152e21471aa97990b92233ce /tests
parent2575cd6943416943e33c6f3d1ba353639bc8f8dc (diff)
downloadwebtools.sourceediting-35e948c06728390bf61c0ecfffeb6502db00ed2f.tar.gz
webtools.sourceediting-35e948c06728390bf61c0ecfffeb6502db00ed2f.tar.xz
webtools.sourceediting-35e948c06728390bf61c0ecfffeb6502db00ed2f.zip
Bug 465983 - CSSUITestSuite reported 11 failures and 7 errors on WTP builds
JUnit Tests for CSS Web UI are fixed Signed-off-by: vrubezhny <vrubezhny@exadel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.wst.css.ui.tests/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.css.ui.tests/pom.xml b/tests/org.eclipse.wst.css.ui.tests/pom.xml
index e535dc7758..64feceb812 100644
--- a/tests/org.eclipse.wst.css.ui.tests/pom.xml
+++ b/tests/org.eclipse.wst.css.ui.tests/pom.xml
@@ -45,6 +45,11 @@
<artifactId>org.eclipse.equinox.event</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