[Zope3-checkins] 
	SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/functional.py
	use ndiff when diffing the output of a failed "functional" doctest
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu Oct  7 14:40:35 EDT 2004
    
    
  
Log message for revision 27785:
  use ndiff when diffing the output of a failed "functional" doctest
  (merged from Zope 3 trunk revision 27784)
  
Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/tests/functional.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/tests/functional.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/tests/functional.py	2004-10-07 18:39:11 UTC (rev 27784)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/tests/functional.py	2004-10-07 18:40:35 UTC (rev 27785)
@@ -590,7 +590,7 @@
         FunctionalTestSetup().tearDown()
     kw['tearDown'] = tearDown
 
-    kw['optionflags'] = doctest.ELLIPSIS | doctest.REPORT_CDIFF
+    kw['optionflags'] = doctest.ELLIPSIS | doctest.REPORT_NDIFF
 
     return doctest.DocFileSuite(*paths, **kw)
 
    
    
More information about the Zope3-Checkins
mailing list