From aae9d781fe83de9599e042de7eaa19e0e2eb17d8 Mon Sep 17 00:00:00 2001 From: xiaohe27 Date: Sun, 20 Dec 2015 22:05:05 -0600 Subject: [PATCH] uncomment test --- src/test/java/syntax/StaticEventIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/syntax/StaticEventIT.java b/src/test/java/syntax/StaticEventIT.java index df1d708a..d6888632 100644 --- a/src/test/java/syntax/StaticEventIT.java +++ b/src/test/java/syntax/StaticEventIT.java @@ -19,7 +19,7 @@ public class StaticEventIT { private final TestHelper helper = new TestHelper(path + File.separator + testName + ".mop"); -// @Test + @Test public void StaticEventTest() throws Exception { String command = System.getProperty("user.dir") + File.separator + "bin" + File.separator + "javamop"; if (SystemUtils.IS_OS_WINDOWS) {