[Zope3-checkins] SVN: Zope3/trunk/src/zope/testbrowser/testing.py make vh tests happen in level 2, as discussed in mailing list.

Gary Poster gary at zope.com
Sat Sep 2 16:47:08 EDT 2006


Log message for revision 69939:
  make vh tests happen in level 2, as discussed in mailing list.
  

Changed:
  U   Zope3/trunk/src/zope/testbrowser/testing.py

-=-
Modified: Zope3/trunk/src/zope/testbrowser/testing.py
===================================================================
--- Zope3/trunk/src/zope/testbrowser/testing.py	2006-09-02 20:45:09 UTC (rev 69938)
+++ Zope3/trunk/src/zope/testbrowser/testing.py	2006-09-02 20:47:08 UTC (rev 69939)
@@ -232,6 +232,7 @@
     suite = unittest.TestSuite()
     test = functional.FunctionalDocFileSuite(*paths, **kw)
     vh_test = functional.FunctionalDocFileSuite(*paths, **vh_kw)
+    vh_test.level = 2
     if layer is not None:
         test.layer = layer
         vh_test.layer = layer



More information about the Zope3-Checkins mailing list