update tests and testdata to reflect newer mock jdk 1.7

This commit is contained in:
Maxim.Mossienko
2017-06-13 15:30:25 +02:00
parent 4a22625033
commit 0573e1f109
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
public class SomeClass { // MyClass
/** comment My<caret> */
/** comment MyC<caret> */
}
@@ -154,7 +154,7 @@ class NormalCompletionTest extends LightFixtureCompletionTestCase {
assert "void" == presentation.typeText
presentation = renderElement(myItems[0])
assert "(String o)" == presentation.tailText
assert "(String e)" == presentation.tailText
assert "boolean" == presentation.typeText
assert !presentation.tailGrayed