[CalendarServer-changes] [5010] CalDAVTester/trunk/verifiers/propfindValues.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 2 11:13:36 PST 2010


Revision: 5010
          http://trac.macosforge.org/projects/calendarserver/changeset/5010
Author:   cdaboo at apple.com
Date:     2010-02-02 11:13:31 -0800 (Tue, 02 Feb 2010)
Log Message:
-----------
Handling missing properties properly.

Modified Paths:
--------------
    CalDAVTester/trunk/verifiers/propfindValues.py

Modified: CalDAVTester/trunk/verifiers/propfindValues.py
===================================================================
--- CalDAVTester/trunk/verifiers/propfindValues.py	2010-02-02 02:06:30 UTC (rev 5009)
+++ CalDAVTester/trunk/verifiers/propfindValues.py	2010-02-02 19:13:31 UTC (rev 5010)
@@ -125,6 +125,7 @@
                 if propname not in ok_status_props:
                     resulttxt += "        Items not returned in report (OK) for %s: %s\n" % (href, propname,)
                     result = False
+                    continue
                 matched = re.match(value, ok_status_props[propname])
                 if match and not matched:
                     resulttxt += "        Items not matching for %s: %s %s\n" % (href, propname, ok_status_props[propname])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100202/bb2f42de/attachment.html>


More information about the calendarserver-changes mailing list