[Checkins] SVN: zope.app.zcmlfiles/trunk/ Test include of browser.zcml, add changelog entry

Gediminas Paulauskas menesis at pov.lt
Tue Jul 26 10:00:28 EDT 2011


Log message for revision 122363:
  Test include of browser.zcml, add changelog entry
  

Changed:
  U   zope.app.zcmlfiles/trunk/CHANGES.txt
  U   zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/tests.py

-=-
Modified: zope.app.zcmlfiles/trunk/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2011-07-26 13:48:34 UTC (rev 122362)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2011-07-26 14:00:28 UTC (rev 122363)
@@ -4,7 +4,8 @@
 3.7.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Move include of ``zope.dublincore.browser`` here from ``zope.dublincore``
+  (LP: #590668).
 
 
 3.7.0 (2009-12-28)

Modified: zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/tests.py
===================================================================
--- zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/tests.py	2011-07-26 13:48:34 UTC (rev 122362)
+++ zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/tests.py	2011-07-26 14:00:28 UTC (rev 122363)
@@ -17,6 +17,7 @@
     >>> xmlconfig.include(context, 'ftesting.zcml', zope.app.zcmlfiles)
     >>> xmlconfig.include(context, 'menus.zcml', zope.app.zcmlfiles)
     >>> xmlconfig.include(context, 'meta.zcml', zope.app.zcmlfiles)
+    >>> xmlconfig.include(context, 'browser.zcml', zope.app.zcmlfiles)
     >>> xmlconfig.include(context,
     ...     'file_not_exists.zcml', zope.app.zcmlfiles) #doctest: +ELLIPSIS
     Traceback (most recent call last):



More information about the checkins mailing list