Closedown

This commit is contained in:
boccioli_m
2017-10-10 16:06:47 +02:00
parent 0fdeae325f
commit c471b28b72
3 changed files with 3 additions and 7 deletions

View File

@@ -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();

View File

@@ -23,6 +23,8 @@ class TestingTool:
self.testPath = testPath
self.testParams = testParams
a = 0x69
print a
def getParam(self, paramName):
"""

View File

@@ -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