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

Patch from Tanya Wolff - content assist tests

This commit is contained in:
Andrew Niefer 2004-11-05 19:24:45 +00:00
parent 396ecd8664
commit 837365f975
3 changed files with 1161 additions and 7 deletions

View file

@ -29,6 +29,9 @@ public class FailingTest implements Test {
this.test = test;
this.bugNum = bugNumber;
}
public FailingTest( Test test ){
this.test = test;
}
/* (non-Javadoc)
* @see junit.framework.Test#countTestCases()
*/

View file

@ -1,3 +1,7 @@
2004-11-02 Tanya Wolff
added content assist regression tests
*ui.tests.text.contentassist/ContentAssistRegressionTests.java
2004-05-11 Andrew Niefer
Renamed CompletionFailedTest_ScopedReference_ConstructorDefinition to CompletionTest_VariableType_NestedPrefix
Modified expected results for CompletionTest_ConstructorReference