mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 11:13:34 +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) {
|
public CompletionTest_FunctionReference_Prefix(String name) {
|
||||||
super(name);
|
super(name);
|
||||||
|
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=109724
|
||||||
|
setExpectFailure(109724);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
TestSuite suite= new TestSuite(CompletionTest_FunctionReference_Prefix.class.getName());
|
TestSuite suite= new TestSuite(CompletionTest_FunctionReference_Prefix.class.getName());
|
||||||
suite.addTest(new CompletionTest_FunctionReference_Prefix("testCompletionProposals"));
|
suite.addTest(new CompletionTest_FunctionReference_Prefix("testCompletionProposals"));
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getCompletionPosition()
|
* @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getCompletionPosition()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue