[Pysys-commits] SF.net SVN: pysys:[909] trunk
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2018-05-16 21:37:57
|
Revision: 909 http://sourceforge.net/p/pysys/code/909 Author: ben-spiller Date: 2018-05-16 21:37:54 +0000 (Wed, 16 May 2018) Log Message: ----------- waitForSocket was previously untested, and has apparently been forever returning success even when socket was not up (due to a "while not exit" loop that never executed since the exit() function is always defined :) ) - added a test for it and made it work, just in case anyone ever needs it Modified Paths: -------------- trunk/pysys/process/user.py trunk/pysys-dist/pysys-release.txt Added Paths: ----------- trunk/pysys-examples/internal/testcases/PySys_internal_081/ trunk/pysys-examples/internal/testcases/PySys_internal_081/Input/ trunk/pysys-examples/internal/testcases/PySys_internal_081/Reference/ trunk/pysys-examples/internal/testcases/PySys_internal_081/pysystest.xml trunk/pysys-examples/internal/testcases/PySys_internal_081/run.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |