[Zope-Checkins] CVS: Products/SiteAccess/tests - testVirtualHostMonster.py:1.1.2.4

Tino Wildenhain tino at wildenhain.de
Fri Nov 26 04:57:37 EST 2004


Update of /cvs-repository/Products/SiteAccess/tests
In directory cvs.zope.org:/tmp/cvs-serv16357/lib/python/Products/SiteAccess/tests

Modified Files:
      Tag: Zope-2_7-branch
	testVirtualHostMonster.py 
Log Message:
Default creation of Virtual Host Monster as 'virtual_hosting'
during App initializing. 
Added test
Fixed test of SiteAccess product
Part of collector issue #1568


=== Products/SiteAccess/tests/testVirtualHostMonster.py 1.1.2.3 => 1.1.2.4 ===
--- Products/SiteAccess/tests/testVirtualHostMonster.py:1.1.2.3	Thu Dec 11 14:45:02 2003
+++ Products/SiteAccess/tests/testVirtualHostMonster.py	Fri Nov 26 04:57:36 2004
@@ -1,6 +1,6 @@
 """Virtual Host Monster regression tests.
 
-These tests mainly verify that OFS.Traversable.absolute_url() 
+These tests mainly verify that OFS.Traversable.absolute_url()
 works correctly in a VHM environment.
 
 Also see http://zope.org/Collectors/Zope/809
@@ -24,7 +24,8 @@
         get_transaction().begin()
         self.app = makerequest(Zope.app())
         try:
-            self.app.manage_addProduct['SiteAccess'].manage_addVirtualHostMonster('VHM')
+            #self.app.manage_addProduct['SiteAccess'].manage_addVirtualHostMonster('VHM')
+            # now we have a VHM as virtual_hosting per default
             self.app.manage_addFolder('folder')
             self.app.folder.manage_addDTMLMethod('doc', '')
             self.app.REQUEST.set('PARENTS', [self.app])



More information about the Zope-Checkins mailing list