[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/grok/tests.py Python 2.5 compatible spelling

Thomas Lotze tl at gocept.com
Tue Jan 10 23:30:47 UTC 2012


Log message for revision 124022:
  Python 2.5 compatible spelling

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/grok/tests.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/grok/tests.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/grok/tests.py	2012-01-10 23:19:33 UTC (rev 124021)
+++ gocept.selenium/trunk/src/gocept/selenium/grok/tests.py	2012-01-10 23:30:46 UTC (rev 124022)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright (c) 2010 Zope Foundation and Contributors.
+# Copyright (c) 2010-2012 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -33,7 +33,7 @@
 
     def test_grok_layer(self):
         layer = self.layer
-        self.assertTrue(layer.thread.is_alive())
+        self.assertTrue(layer.thread.isAlive())
 
     def test_grok_app(self):
         self.selenium.open('/app')



More information about the checkins mailing list