1
0
Fork 0
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:
Anton Leherbauer 2007-01-09 10:53:27 +00:00
parent 9950b34685
commit a817711e36

View file

@ -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()
*/