diff --git a/plugins/TestingList.form b/plugins/TestingList.form index f56da39..d5e71d7 100644 --- a/plugins/TestingList.form +++ b/plugins/TestingList.form @@ -441,7 +441,7 @@ - + diff --git a/plugins/TestingList.java b/plugins/TestingList.java index af3e6e2..15a3a83 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -90,8 +90,8 @@ public class TestingList extends Panel { DEVICENAME(3), DEVICEPATH(4), DEVICEDESCR(5), - TESTNAME(6), - TESTSUITE(7), + TESTSUITE(6), + TESTNAME(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 Name", "Test Suite", "Test Peth", "Test Parameters", "Test Description", "Test Help", "Last Test Result", "Status", "" + "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", "" } ) { Class[] types = new Class [] {