diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 32506c0..fff0505 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -298,12 +298,6 @@ public class TestingList extends Panel { * initialise panel */ private void initialise(){ - int a = 0x8899; - int b = (byte) a >>> 8; - System.out.println(a); - System.out.println(b); - - initComponents(); initLogger(); buildTable(); diff --git a/script/local.py b/script/local.py index 1eb106c..931d32c 100644 --- a/script/local.py +++ b/script/local.py @@ -23,6 +23,8 @@ class TestingTool: self.testPath = testPath self.testParams = testParams + a = 0x69 + print a def getParam(self, paramName): """ diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 0a1eb96..d5c05e1 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 10 13:56:46 CEST 2017 +#Tue Oct 10 14:19:52 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-try