Skip to content

Commit

Permalink
Merge pull request #221 from xiaohe27/test
Browse files Browse the repository at this point in the history
uncomment test
  • Loading branch information
xiaohe27 committed Dec 21, 2015
2 parents db849c4 + aae9d78 commit 6d9b0f5
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 6d9b0f5

Please sign in to comment.