[CalendarServer-changes] [8355] CalDAVTester/trunk/verifiers/xmlElementMatch.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 30 07:58:18 PST 2011


Revision: 8355
          http://trac.macosforge.org/projects/calendarserver/changeset/8355
Author:   cdaboo at apple.com
Date:     2011-11-30 07:58:18 -0800 (Wed, 30 Nov 2011)
Log Message:
-----------
Fix logic error.

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

Modified: CalDAVTester/trunk/verifiers/xmlElementMatch.py
===================================================================
--- CalDAVTester/trunk/verifiers/xmlElementMatch.py	2011-11-30 15:51:56 UTC (rev 8354)
+++ CalDAVTester/trunk/verifiers/xmlElementMatch.py	2011-11-30 15:58:18 UTC (rev 8355)
@@ -54,7 +54,7 @@
         for path in exists:
             
             matched, txt = self.matchPath(tree, path)
-            result |= matched
+            result &= matched
             resulttxt += txt
                             
         for path in notexists:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111130/f2a1c019/attachment.html>


More information about the calendarserver-changes mailing list