[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/SiteAccess/tests/testVirtualHostMonster.py De-dupe testcase name.
Tres Seaver
tseaver at palladion.com
Thu May 20 18:44:03 EDT 2010
Log message for revision 112595:
De-dupe testcase name.
Changed:
U Zope/branches/2.12/src/Products/SiteAccess/tests/testVirtualHostMonster.py
-=-
Modified: Zope/branches/2.12/src/Products/SiteAccess/tests/testVirtualHostMonster.py
===================================================================
--- Zope/branches/2.12/src/Products/SiteAccess/tests/testVirtualHostMonster.py 2010-05-20 22:41:18 UTC (rev 112594)
+++ Zope/branches/2.12/src/Products/SiteAccess/tests/testVirtualHostMonster.py 2010-05-20 22:44:03 UTC (rev 112595)
@@ -93,7 +93,7 @@
self.assertEqual(self.app.REQUEST['ACTUAL_URL'],
'http://www.mysite.com/')
- def test_actual_url_w_VHR_w_doc_no_trailing_slash(self):
+ def test_actual_url_w_VHR_no_doc_no_trailing_slash(self):
ob = self.traverse('/VirtualHostBase/http/www.mysite.com:80'
'/folder/VirtualHostRoot')
self.assertEqual(self.app.REQUEST['ACTUAL_URL'],
More information about the Zope-Checkins
mailing list