[Checkins] SVN: z3c.viewtemplate/trunk/ Fixed tests, so they can successfully run on Windows.

Michael Howitz mh at gocept.com
Sun Dec 12 11:19:18 EST 2010


Log message for revision 118835:
   Fixed tests, so they can successfully run on Windows.
  

Changed:
  U   z3c.viewtemplate/trunk/CHANGES.txt
  U   z3c.viewtemplate/trunk/src/z3c/viewtemplate/README.txt

-=-
Modified: z3c.viewtemplate/trunk/CHANGES.txt
===================================================================
--- z3c.viewtemplate/trunk/CHANGES.txt	2010-12-12 16:18:02 UTC (rev 118834)
+++ z3c.viewtemplate/trunk/CHANGES.txt	2010-12-12 16:19:18 UTC (rev 118835)
@@ -7,6 +7,8 @@
 
  - Fixed exception handling if macro is not found in the template.
 
+ - Fixed tests, so they can successfully run on Windows.
+
  - Using Python's ``doctest`` module instead of depreacted
    ``zope.testing.doctest``.
 

Modified: z3c.viewtemplate/trunk/src/z3c/viewtemplate/README.txt
===================================================================
--- z3c.viewtemplate/trunk/src/z3c/viewtemplate/README.txt	2010-12-12 16:18:02 UTC (rev 118834)
+++ z3c.viewtemplate/trunk/src/z3c/viewtemplate/README.txt	2010-12-12 16:19:18 UTC (rev 118835)
@@ -99,7 +99,7 @@
   >>> print view()
   <!--
   ==============================================================================
-  .../myViewTemplate.pt
+  ...myViewTemplate.pt
   ==============================================================================
   --><div>IMyView</div>
   >>> request.debug.sourceAnnotations = False



More information about the checkins mailing list