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:
parent
396ecd8664
commit
837365f975
3 changed files with 1161 additions and 7 deletions
|
@ -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()
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue