[Checkins] SVN: z3c.autoinclude/trunk/src/z3c/autoinclude/plugin.txt Fix test. related to r112074

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu May 6 02:50:24 EDT 2010


Log message for revision 112075:
  Fix test. related to r112074

Changed:
  U   z3c.autoinclude/trunk/src/z3c/autoinclude/plugin.txt

-=-
Modified: z3c.autoinclude/trunk/src/z3c/autoinclude/plugin.txt
===================================================================
--- z3c.autoinclude/trunk/src/z3c/autoinclude/plugin.txt	2010-05-06 06:45:23 UTC (rev 112074)
+++ z3c.autoinclude/trunk/src/z3c/autoinclude/plugin.txt	2010-05-06 06:50:24 UTC (rev 112075)
@@ -4,7 +4,7 @@
 
 There is additional functionality for registering and autoincluding
 extension packages for a particular platform.
-
+ 
 In this test environment, ``BasePackage`` provides the ``basepackage``
 module which we will treat as our platform.  ``FooPackage`` wants to
 broadcast itself as a plugin for ``basepackage`` and thereby register
@@ -15,7 +15,7 @@
 themselves as plugging into that module via entry points::
 
     >>> from z3c.autoinclude.plugin import find_plugins
-    >>> sorted(find_plugins('basepackage'))
+    >>> sorted(find_plugins('basepackage')) # doctest: +IGNORECASE
     [FooPackage 0.0 (...), TestDirective 0.0 (...)]
 
 Armed with a valid module name we can find the ZCML files within it



More information about the checkins mailing list