mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update tests and testdata to reflect newer mock jdk 1.7
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public class SomeClass { // MyClass
|
||||
|
||||
/** comment My<caret> */
|
||||
/** comment MyC<caret> */
|
||||
}
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user