mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Additional results from templatesreproduce: --> relax extra results checking
This commit is contained in:
parent
7a61449698
commit
7e24baa7b2
1 changed files with 13 additions and 4 deletions
|
@ -31,13 +31,15 @@ public class CompletionFailedTest_MemberReference_Arrow_Prefix2 extends Complet
|
|||
"aClass",
|
||||
"aField : int",
|
||||
"aMethod(void) int"
|
||||
/* FIXME: Additional results which should not be found. Run with trace activated to reproduce:
|
||||
Result: author - author name
|
||||
*/
|
||||
};
|
||||
|
||||
/* Additional results which should not be found. Run with trace activated to reproduce:
|
||||
* Result: author - author name
|
||||
* is a template --> relax extra results checking
|
||||
*/
|
||||
|
||||
public CompletionFailedTest_MemberReference_Arrow_Prefix2(String name) {
|
||||
super(name);
|
||||
super(name) ;
|
||||
}
|
||||
|
||||
public static Test suite() {
|
||||
|
@ -93,4 +95,11 @@ Result: author - author name
|
|||
return headerFileName;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.ui.tests.text.contentassist2.CompletionProposalsBaseTest#doCheckExtraResults()
|
||||
*/
|
||||
protected boolean doCheckExtraResults() {
|
||||
return false ;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue