Skip to content

Commit

Permalink
Issue215 DebuggerTests fails sporadically
Browse files Browse the repository at this point in the history
  • Loading branch information
MalcolmOdd committed Dec 21, 2019
1 parent 0e68fc6 commit 9f08924
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/java/org/mvel2/tests/core/DebuggerTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ public class DebuggerTests extends AbstractTest {
private static int count;
private static int a1 = 0;
private static int a4 = 0;

@Override
protected void setUp() throws Exception {
super.setUp();
MVELRuntime.clearAllBreakpoints();
}

public void testDebuggerInvoke() {
count = 0;
Expand Down

0 comments on commit 9f08924

Please sign in to comment.