Skip to content

Commit

Permalink
uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohe27 committed Dec 21, 2015
1 parent db849c4 commit aae9d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/syntax/StaticEventIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit aae9d78

Please sign in to comment.