[CalendarServer-changes] [1062] CalDAVTester/trunk/verifiers/header.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 18 13:15:03 PST 2007


Revision: 1062
          http://trac.macosforge.org/projects/calendarserver/changeset/1062
Author:   cdaboo at apple.com
Date:     2007-01-18 13:15:03 -0800 (Thu, 18 Jan 2007)

Log Message:
-----------
Fix for missing header test.

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

Modified: CalDAVTester/trunk/verifiers/header.py
===================================================================
--- CalDAVTester/trunk/verifiers/header.py	2007-01-18 20:05:09 UTC (rev 1061)
+++ CalDAVTester/trunk/verifiers/header.py	2007-01-18 21:15:03 UTC (rev 1062)
@@ -46,7 +46,7 @@
         for test in testheader:
             hdrs = response.msg.getheaders(test[0])
             if (hdrs is None or (len(hdrs) == 0)):
-                if test[2]:
+                if test[2] != "none":
                     result = False
                     if len(resulttxt):
                         resulttxt += "\n"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070118/413e29e3/attachment.html


More information about the calendarserver-changes mailing list