1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

update test to reflect JohnC's expression changes

This commit is contained in:
Andrew Niefer 2004-05-03 20:08:46 +00:00
parent fb0d913699
commit 56bd43a638

View file

@ -27,7 +27,7 @@ public class CompletionFailedTest_MemberReference_Arrow_Prefix2 extends Complet
private final String headerFileName = "CompletionTestStart.h"; private final String headerFileName = "CompletionTestStart.h";
private final String headerFileFullPath ="resources/contentassist/" + headerFileName; private final String headerFileFullPath ="resources/contentassist/" + headerFileName;
private final String expectedScopeName = "ASTMethod"; private final String expectedScopeName = "ASTMethod";
private final String expectedContextName = "ASTExpression"; private final String expectedContextName = "ASTBinaryExpression";
private final CompletionKind expectedKind = CompletionKind.MEMBER_REFERENCE; private final CompletionKind expectedKind = CompletionKind.MEMBER_REFERENCE;
private final String expectedPrefix = "a"; private final String expectedPrefix = "a";
//TODO Andrew uncomment these when you get the bug fixed //TODO Andrew uncomment these when you get the bug fixed