Skip to content

Commit 72a1795

Browse files
author
zhourenjian
committed
Now junit will be treated as a default inner library.
1 parent 1bfe0a8 commit 72a1795

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
/* private */
2+
window["junit.registered"] = false;
3+
14
(function () {
25
ClazzLoader.registerPackages ("junit", [
36
"awtui", "extensions", "framework", "runner",
47
"swingui", "textui"]);
58
}) ();
69

710
/* private */
8-
window["junit.package"] = true;
11+
window["junit.registered"] = true;

0 commit comments

Comments
 (0)