[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/xmlrpc/README.txt Functional test fails after rev. 70225.

Florent Xicluna laxyf at yahoo.fr
Wed Sep 20 16:15:13 EDT 2006


Log message for revision 70265:
  Functional test fails after rev. 70225.
  It occurs on some platforms both Linux and Windows.
  
  Failed example:
      proxy.epoch()
  Differences (ndiff with -expected +actual):
      - <DateTime u'19700101T01:00:01' at ...>
      ?           -                       ^^^
      + <DateTime '19700101T01:00:01' at -4bcac114>
      ?                                  ^^^^^^^^^
  

Changed:
  U   Zope3/trunk/src/zope/app/publisher/xmlrpc/README.txt

-=-
Modified: Zope3/trunk/src/zope/app/publisher/xmlrpc/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/publisher/xmlrpc/README.txt	2006-09-20 19:53:43 UTC (rev 70264)
+++ Zope3/trunk/src/zope/app/publisher/xmlrpc/README.txt	2006-09-20 20:15:12 UTC (rev 70265)
@@ -277,7 +277,7 @@
 
   >>> proxy = ServerProxy("http://mgr:mgrpw@localhost/")
   >>> proxy.epoch()
-  <DateTime u'19700101T01:00:01' at ...>
+  <DateTime ...'19700101T01:00:01' at ...>
 
 Handling errors with the ServerProxy
 ------------------------------------



More information about the Zope3-Checkins mailing list