[Checkins] SVN: zdaemon/trunk/src/zdaemon/tests/testzdrun.py these tests have been commented out for 5 years, I think it's safe to say they can go.

Chris Withers chris at simplistix.co.uk
Thu Apr 9 18:03:10 EDT 2009


Log message for revision 99063:
  these tests have been commented out for 5 years, I think it's safe to say they can go.

Changed:
  U   zdaemon/trunk/src/zdaemon/tests/testzdrun.py

-=-
Modified: zdaemon/trunk/src/zdaemon/tests/testzdrun.py
===================================================================
--- zdaemon/trunk/src/zdaemon/tests/testzdrun.py	2009-04-09 21:56:51 UTC (rev 99062)
+++ zdaemon/trunk/src/zdaemon/tests/testzdrun.py	2009-04-09 22:03:10 UTC (rev 99063)
@@ -110,26 +110,6 @@
         self.rundaemon(["echo", "-n"])
         self.expect = ""
 
-##     def testInvoke(self):
-##         self._run("echo -n")
-##         self.expect = ""
-
-##     def testControl(self):
-##         self.rundaemon(["sleep", "1000"])
-##         time.sleep(1)
-##         self._run("stop")
-##         time.sleep(1)
-##         self._run("exit")
-##         self.expect = "Sent SIGTERM\nExiting now\n"
-
-##     def testStop(self):
-##         self.rundaemon([self.python, self.nokill])
-##         time.sleep(1)
-##         self._run("stop")
-##         time.sleep(1)
-##         self._run("exit")
-##         self.expect = "Sent SIGTERM\nSent SIGTERM; will exit later\n"
-
     def testHelp(self):
         # XXX We shouldn't mutate and leave our change in!
         import __main__



More information about the Checkins mailing list