Application.assertWriteAccess does really assert in tests,

tests now run in EDT
This commit is contained in:
Alexey Kudravtsev
2010-10-25 15:04:08 +04:00
parent 90309a30a8
commit 221d0c527e
132 changed files with 2727 additions and 1766 deletions
@@ -9,6 +9,6 @@ class Child extends Parent {
}
void bar() {
foo(1.0, "aaa");
foo(1.0, "aaa");
}
}
@@ -9,6 +9,6 @@ class Child extends Parent {
}
void bar() {
foo(1,);
foo(1, );
}
}