[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py Spell assertion a little more nicely

Wolfgang Schnerring wosc at wosc.de
Fri Jan 20 10:02:48 UTC 2012


Log message for revision 124094:
  Spell assertion a little more nicely
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py	2012-01-19 23:09:50 UTC (rev 124093)
+++ gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py	2012-01-20 10:02:47 UTC (rev 124094)
@@ -49,4 +49,4 @@
     def test_server_startup_shutdown(self):
         self.assertTrue(self.testlayer.server_thread.isAlive())
         self.testlayer.stop_server()
-        self.assertTrue(self.testlayer.server is None)
+        self.assertFalse(self.testlayer.server)



More information about the checkins mailing list