mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Application.assertWriteAccess does really assert in tests,
tests now run in EDT
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ class Child extends Parent {
|
||||
}
|
||||
|
||||
void bar() {
|
||||
foo(1.0, "aaa");
|
||||
foo(1.0, "aaa");
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -9,6 +9,6 @@ class Child extends Parent {
|
||||
}
|
||||
|
||||
void bar() {
|
||||
foo(1,);
|
||||
foo(1, );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user