diff --git a/plugins/TestingList.form b/plugins/TestingList.form
index d5e71d7..f56da39 100644
--- a/plugins/TestingList.form
+++ b/plugins/TestingList.form
@@ -441,7 +441,7 @@
-
+
diff --git a/plugins/TestingList.java b/plugins/TestingList.java
index 15a3a83..af3e6e2 100644
--- a/plugins/TestingList.java
+++ b/plugins/TestingList.java
@@ -90,8 +90,8 @@ public class TestingList extends Panel {
DEVICENAME(3),
DEVICEPATH(4),
DEVICEDESCR(5),
- TESTSUITE(6),
- TESTNAME(7),
+ TESTNAME(6),
+ TESTSUITE(7),
TESTPATH(8),
TESTPARAMS(9),
TESTDESCR(10),
@@ -1003,7 +1003,7 @@ public class TestingList extends Panel {
},
new String [] {
- "Enable", "Start Mode", "Time", "Device Name", "Device Path", "Device Description", "Test Suite", "Test Name", "Test Peth", "Test Parameters", "Test Description", "Test Help", "Last Test Result", "Status", ""
+ "Enable", "Start Mode", "Time", "Device Name", "Device Path", "Device Description", "Test Name", "Test Suite", "Test Peth", "Test Parameters", "Test Description", "Test Help", "Last Test Result", "Status", ""
}
) {
Class[] types = new Class [] {