[Checkins] SVN: zope.app.testing/trunk/ Fix test breakage. Remove zpkg file.

Dan Korostelev nadako at gmail.com
Thu Mar 12 12:46:52 EDT 2009


Log message for revision 97997:
  Fix test breakage. Remove zpkg file.

Changed:
  U   zope.app.testing/trunk/CHANGES.txt
  D   zope.app.testing/trunk/src/zope/app/testing/DEPENDENCIES.cfg
  U   zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt
  U   zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2009-03-12 16:17:45 UTC (rev 97996)
+++ zope.app.testing/trunk/CHANGES.txt	2009-03-12 16:46:52 UTC (rev 97997)
@@ -12,6 +12,8 @@
 - Adapt to the move of IDefaultViewName from zope.component.interfaces
   to zope.publisher.interfaces.
 
+- Remove the DEPENDENCIES.cfg file for zpkg.
+
 3.6.0 (2009-02-01)
 ------------------
 

Deleted: zope.app.testing/trunk/src/zope/app/testing/DEPENDENCIES.cfg
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/DEPENDENCIES.cfg	2009-03-12 16:17:45 UTC (rev 97996)
+++ zope.app.testing/trunk/src/zope/app/testing/DEPENDENCIES.cfg	2009-03-12 16:46:52 UTC (rev 97997)
@@ -1,8 +0,0 @@
-zope.app.i18n
-zope.app.container
-zope.app.authentication
-zope.app.security
-zope.app.traversing
-
-zope.schema
-zope.component

Modified: zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt	2009-03-12 16:17:45 UTC (rev 97996)
+++ zope.app.testing/trunk/src/zope/app/testing/cookieTestOne.txt	2009-03-12 16:46:52 UTC (rev 97997)
@@ -34,7 +34,7 @@
   2
 
   >>> http.cookies['proton'].OutputString()
-  'proton=fromCookieTestOne; Path=/foo;'
+  'proton=fromCookieTestOne; Path=/foo'
 
   >>> http.cookies
   <SimpleCookie: neutron='fromCookieTestOne' proton='fromCookieTestOne'>

Modified: zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt	2009-03-12 16:17:45 UTC (rev 97996)
+++ zope.app.testing/trunk/src/zope/app/testing/cookieTestTwo.txt	2009-03-12 16:46:52 UTC (rev 97997)
@@ -24,7 +24,7 @@
   2
         
   >>> http.cookies['cobalt'].OutputString()
-  'cobalt=fromCookieTestTwo; Path=/foo;'
+  'cobalt=fromCookieTestTwo; Path=/foo'
 
   >>> http.cookies
   <SimpleCookie: cobalt='fromCookieTestTwo' crimson='fromCookieTestTwo'>



More information about the Checkins mailing list