From 4df4364be99b6f5a7ff0e98142b0607bc0a3490b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 3 Jul 2015 14:29:06 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 +++ 1 file changed, 3 insertions(+) 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(); + } } }