Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVivian Kong2008-06-03 13:44:00 +0000
committerVivian Kong2008-06-03 13:44:00 +0000
commit770287fc29819136606daa219c03bd80dbf7475a (patch)
tree577e47496095c727345d9dc2a565dc17c006ec95 /releng
parent396d3783d02fd35804a9f3cbd2989c015c56dda2 (diff)
downloadorg.eclipse.cdt-770287fc29819136606daa219c03bd80dbf7475a.tar.gz
org.eclipse.cdt-770287fc29819136606daa219c03bd80dbf7475a.tar.xz
org.eclipse.cdt-770287fc29819136606daa219c03bd80dbf7475a.zip
re-enabling the ui tests
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.testing/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.testing/test.xml b/releng/org.eclipse.cdt.testing/test.xml
index 127214ac31e..34567331f9a 100644
--- a/releng/org.eclipse.cdt.testing/test.xml
+++ b/releng/org.eclipse.cdt.testing/test.xml
@@ -62,7 +62,7 @@
<target name="suite">
<antcall target="cdt-core"/>
- <!--antcall target="cdt-ui"/-->
+ <antcall target="cdt-ui"/>
<antcall target="cdt-debug-ui"/>
<antcall target="cdt-mbs-core"/>
<antcall target="cdt-mbs-ui"/>

Back to the top