[CalendarServer-changes] [4756] CalendarServer/trunk/twistedcaldav/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 17 16:49:21 PST 2009


Revision: 4756
          http://trac.macosforge.org/projects/calendarserver/changeset/4756
Author:   glyph at apple.com
Date:     2009-11-17 16:49:21 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
When unexpected files are found, tell me where they are.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/util.py

Modified: CalendarServer/trunk/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/util.py	2009-11-17 17:47:02 UTC (rev 4755)
+++ CalendarServer/trunk/twistedcaldav/test/util.py	2009-11-18 00:49:21 UTC (rev 4756)
@@ -133,7 +133,7 @@
 
             if actual:
                 # There are unexpected children
-                print "Unexpected:", actual
+                print "Unexpected:", actual, 'in', parent
                 return False
 
             return True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091117/a2e715fa/attachment-0001.html>


More information about the calendarserver-changes mailing list