[Checkins] SVN: zope.testbrowser/trunk/ Move the over-the-wire.txt doctest out of the TestBrowserLayer as it doesn't need or use it.

Brian Sutherland jinty at web.de
Wed Dec 15 04:59:43 EST 2010


Log message for revision 118923:
  Move the over-the-wire.txt doctest out of the TestBrowserLayer as it doesn't need or use it.

Changed:
  U   zope.testbrowser/trunk/CHANGES.txt
  U   zope.testbrowser/trunk/src/zope/testbrowser/tests.py

-=-
Modified: zope.testbrowser/trunk/CHANGES.txt
===================================================================
--- zope.testbrowser/trunk/CHANGES.txt	2010-12-15 09:55:29 UTC (rev 118922)
+++ zope.testbrowser/trunk/CHANGES.txt	2010-12-15 09:59:42 UTC (rev 118923)
@@ -5,9 +5,9 @@
 3.10.4 (unreleased)
 -------------------
 
-- Nothing changed yet.
+- Move the over-the-wire.txt doctest out of the TestBrowserLayer as it doesn't
+  need or use it.
 
-
 3.10.3 (2010-10-15)
 -------------------
 

Modified: zope.testbrowser/trunk/src/zope/testbrowser/tests.py
===================================================================
--- zope.testbrowser/trunk/src/zope/testbrowser/tests.py	2010-12-15 09:55:29 UTC (rev 118922)
+++ zope.testbrowser/trunk/src/zope/testbrowser/tests.py	2010-12-15 09:59:42 UTC (rev 118923)
@@ -480,9 +480,8 @@
     fixed_bugs = FunctionalDocFileSuite('fixed-bugs.txt', optionflags=flags)
     fixed_bugs.layer = TestBrowserLayer
 
-    wire = FunctionalDocFileSuite('over_the_wire.txt', optionflags=flags)
+    wire = doctest.DocFileSuite('over_the_wire.txt', optionflags=flags)
     wire.level = 2
-    wire.layer = TestBrowserLayer
 
     this_file = doctest.DocTestSuite(checker=checker)
 



More information about the checkins mailing list