[Checkins] SVN: z3c.recipe.staticlxml/trunk/ Make tests a bit more fuzzy to support newer zc.recipe.cmmi

Christian Theune ct at gocept.com
Tue Jun 8 04:26:27 EDT 2010


Log message for revision 113262:
  Make tests a bit more fuzzy to support newer zc.recipe.cmmi
  

Changed:
  U   z3c.recipe.staticlxml/trunk/CHANGES.txt
  U   z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt
  U   z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/tests/test_docs.py

-=-
Modified: z3c.recipe.staticlxml/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/CHANGES.txt	2010-06-08 07:16:59 UTC (rev 113261)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2010-06-08 08:26:27 UTC (rev 113262)
@@ -1,6 +1,10 @@
-Trunk
-=====
 
+0.7.2 (unreleased)
+==================
+
+- Made smoke test a bit more fuzzy to ignore output differences when newer
+  zc.recipe.cmmi versions are used.
+
 - Fixed "relocation R_x86_64_32" error on 64 bit linux by using --with-pic as
   extra option to the libxml/libxslt build.  [reinout]
 

Modified: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt	2010-06-08 07:16:59 UTC (rev 113261)
+++ z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt	2010-06-08 08:26:27 UTC (rev 113262)
@@ -108,8 +108,7 @@
 Couldn't find index page for 'zc.recipe.egg' (maybe misspelled?)
 Installing lxml.
 lxml: CMMI libxml2 ...
-lxml: Using libxml2 download url /distros/foo.tgz
-libxml2: Downloading /distros/foo.tgz
+lxml: Using libxml2 download url /distros/foo.tgz...
 libxml2: Unpacking and configuring
 configuring foo...
 echo building foo
@@ -117,8 +116,7 @@
 echo installing foo
 installing foo
 lxml: CMMI libxslt ...
-lxml: Using libxslt download url /distros/foo.tgz
-libxslt: Downloading /distros/foo.tgz
+lxml: Using libxslt download url /distros/foo.tgz...
 libxslt: Unpacking and configuring
 configuring foo...
 echo building foo

Modified: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/tests/test_docs.py
===================================================================
--- z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/tests/test_docs.py	2010-06-08 07:16:59 UTC (rev 113261)
+++ z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/tests/test_docs.py	2010-06-08 08:26:27 UTC (rev 113262)
@@ -14,6 +14,7 @@
 
 optionflags =  (doctest.ELLIPSIS |
                 doctest.NORMALIZE_WHITESPACE |
+                doctest.REPORT_NDIFF |
                 doctest.REPORT_ONLY_FIRST_FAILURE)
 
 test_dir = os.path.dirname(os.path.abspath(__file__))



More information about the checkins mailing list