[Checkins] SVN: zope.testbrowser/branches/3.4.2-zope2/ Clarify purpose of branch / fix.

Tres Seaver tseaver at palladion.com
Sat May 31 14:14:08 EDT 2008


Log message for revision 87078:
  Clarify purpose of branch / fix.

Changed:
  U   zope.testbrowser/branches/3.4.2-zope2/CHANGES.txt
  U   zope.testbrowser/branches/3.4.2-zope2/setup.py

-=-
Modified: zope.testbrowser/branches/3.4.2-zope2/CHANGES.txt
===================================================================
--- zope.testbrowser/branches/3.4.2-zope2/CHANGES.txt	2008-05-31 18:13:22 UTC (rev 87077)
+++ zope.testbrowser/branches/3.4.2-zope2/CHANGES.txt	2008-05-31 18:14:08 UTC (rev 87078)
@@ -2,12 +2,17 @@
 CHANGES
 =======
 
-After 3.4.2
------------
+3.4.2-zope2 (2008-05-31)
+------------------------
 
-- Suppress running 'over_the_wire.txt' tests in automated contexts (to
-  re-enable, set the 'OVER_THE_WIRE' environment variable).
+- Suppress running 'over_the_wire.txt' tests in automated contexts.  
 
+  These tests cause automated Zope2 tests to fail, because Google classes
+  them as coming from a rogue robot.  To re-enable these tests, set the
+  'RUN_OVER_THE_WIRE' environment variable, e.g.::
+
+    $ RUN_OVER_THE_WIRE=1 /path/to/testrunner -s zope.testbrowser
+
 3.4.2 (2007-10-31)
 ------------------
 

Modified: zope.testbrowser/branches/3.4.2-zope2/setup.py
===================================================================
--- zope.testbrowser/branches/3.4.2-zope2/setup.py	2008-05-31 18:13:22 UTC (rev 87077)
+++ zope.testbrowser/branches/3.4.2-zope2/setup.py	2008-05-31 18:14:08 UTC (rev 87078)
@@ -29,7 +29,7 @@
 
 setup(
     name = 'zope.testbrowser',
-    version = '3.4.3dev',
+    version = '3.4.2-zope2',
     url = 'http://pypi.python.org/pypi/zope.testbrowser',
     license = 'ZPL 2.1',
     description = 'Programmable browser for functional black-box tests',



More information about the Checkins mailing list