mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Reworked contentassist2 test cases and add them to the automated suite
This commit is contained in:
parent
9950b34685
commit
a817711e36
1 changed files with 3 additions and 1 deletions
|
@ -46,13 +46,15 @@ public class CompletionTest_FunctionReference_Prefix extends CompletionProposal
|
|||
|
||||
public CompletionTest_FunctionReference_Prefix(String name) {
|
||||
super(name);
|
||||
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=109724
|
||||
setExpectFailure(109724);
|
||||
}
|
||||
|
||||
public static Test suite() {
|
||||
TestSuite suite= new TestSuite(CompletionTest_FunctionReference_Prefix.class.getName());
|
||||
suite.addTest(new CompletionTest_FunctionReference_Prefix("testCompletionProposals"));
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getCompletionPosition()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue