Closedown
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -23,6 +23,8 @@ class TestingTool:
|
||||
self.testPath = testPath
|
||||
self.testParams = testParams
|
||||
|
||||
a = 0x69
|
||||
print a
|
||||
|
||||
def getParam(self, paramName):
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user