1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 00:15:25 +02:00

Cleanup some left over gunk from the move of stuff to org.eclipse.cdt.core.tests

and updated test.xml to point to the correct test suite.
This commit is contained in:
Peter Graves 2003-07-15 13:43:18 +00:00
parent 1a23ab7152
commit 2c445a38b7
23 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-07-15
Clean up some left over stuff that was moved into org.eclipse.cdt.core.tests,
and fixed the test.xml to point to the correct test suite.
2003-06-25 John Camelon
Create new interface and support for calculating lineNumber/offset mapping.
Updated IASTClassSpecifier for qualified name query.

View file

@ -34,7 +34,7 @@
<property name="data-dir" value="${cdt-folder}"/>
<property name="plugin-name" value="${plugin-name}"/>
<property name="classname"
value="org.eclipse.cdt.core.model.tests.AllCoreTests"/>
value="org.eclipse.cdt.ui.tests.AutomatedSuite"/>
</ant>
</target>