diff --git a/script/local.py b/script/local.py index ef7515a..c34d973 100644 --- a/script/local.py +++ b/script/local.py @@ -204,7 +204,7 @@ class UDPDatagram: try: print 'here the socket should be open' #self.sock = socket.socket(socket.AF_INET, # Internet - socket.SOCK_DGRAM) # UDP + # socket.SOCK_DGRAM) # UDP #except socket.error, msg: except msg: print 'Failed to create socket. Error Code : ' + str(msg[0]) + ' Message ' + msg[1] diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 8b9605d..e2733a9 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 14:47:33 CEST 2017 +#Tue Oct 17 14:48:38 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test