[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/tests - testZopePublication.py:1.1.2.10

Jim Fulton jim@zope.com
Fri, 8 Feb 2002 18:22:04 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/tests
In directory cvs.zope.org:/tmp/cvs-serv28546

Modified Files:
      Tag: Zope-3x-branch
	testZopePublication.py 
Log Message:
Dang, the base href needed the trailing slash.


=== Zope3/lib/python/Zope/App/ZopePublication/tests/testZopePublication.py 1.1.2.9 => 1.1.2.10 ===
     def testBaseTagNoBase(self):
         # XXX WRONG!
-        self._testBaseTags('/somepath/view;view/', '/somepath/view;view')
+        self._testBaseTags('/somepath/view;view/', '/somepath/view;view/')
 
     def testBaseTag1(self):
-        self._testBaseTags('/somepath/view;view', '/somepath/view;view')
+        self._testBaseTags('/somepath/view;view', '/somepath/view;view/')
 
     def testBaseTag2(self):
-        self._testBaseTags('/somepath/', '/somepath/view;view')
+        self._testBaseTags('/somepath/', '/somepath/view;view/')
 
     def testBaseTag3(self):
-        self._testBaseTags('/somepath', '/somepath/view;view')
+        self._testBaseTags('/somepath', '/somepath/view;view/')