diff --git a/plugins/TestingList.java b/plugins/TestingList.java index c587a19..d7d8596 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -922,6 +922,9 @@ public class TestingList extends Panel { executeTest(position + 1); } + else{//no tests were selected. end. + setToStopped(); + } } }