diff --git a/script/pio.py b/script/pio.py index bc73785..3e05df2 100644 --- a/script/pio.py +++ b/script/pio.py @@ -10,7 +10,7 @@ global print_log, sendFeedback, sys, inspect, os, traceback import sys, inspect, os, traceback -class pio: +class Pio: def __init__(self): self.log('ecco pio') diff --git a/script/tests/tests.properties b/script/tests/tests.properties index d1af0a8..9841768 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Oct 09 14:44:02 CEST 2017 +#Mon Oct 09 14:44:27 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-try diff --git a/script/tests/tests/sad/rpstry/rpstry.py b/script/tests/tests/sad/rpstry/rpstry.py index 3e38721..ce2e7bc 100644 --- a/script/tests/tests/sad/rpstry/rpstry.py +++ b/script/tests/tests/sad/rpstry/rpstry.py @@ -22,7 +22,7 @@ def startTest(testName, DEVICE, params): test = TestingTool(testName, testPath, DEVICE, params) test.log('arriva pio') import pio - p = pio() + p = Pio() test.log('passato pio') ################ END OF Init #####################