diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ed4fe0a..7e714e1 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -96,6 +96,7 @@ public class TestingList extends Panel { if (deviceName.equals(jTable1.getValueAt(rowD, colD))) { bDeviceFound = true; + break; } } } @@ -106,6 +107,7 @@ public class TestingList extends Panel { if (testName.equals(jTable1.getValueAt(rowD, colT))) { bTestFound = true; + break; } } }