[CalendarServer-changes] [1989] CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav /directory/test/test_digest.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 26 12:54:33 PDT 2007


Revision: 1989
          http://trac.macosforge.org/projects/calendarserver/changeset/1989
Author:   wsanchez at apple.com
Date:     2007-10-26 12:54:32 -0700 (Fri, 26 Oct 2007)

Log Message:
-----------
Mark tests that raise a "No stale parameter assertion" assertion as
TODO because they are intermittently failing.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/test/test_digest.py

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/test/test_digest.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/test/test_digest.py	2007-10-25 00:03:48 UTC (rev 1988)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/test/test_digest.py	2007-10-26 19:54:32 UTC (rev 1989)
@@ -357,6 +357,8 @@
             wwwhdrs = response.headers.getHeader("www-authenticate")[0][1]
             self.assertTrue('stale' not in wwwhdrs, msg="No stale parameter in Digest WWW-Authenticate headers: %s" % (wwwhdrs,))
 
+    test_invalidNonce.todo = "No stale parameter assertion intermittently fails"
+
     def test_incompatibleClientIp(self):
         """
         Test that the login fails when the request comes from a client ip
@@ -387,6 +389,8 @@
             wwwhdrs = response.headers.getHeader("www-authenticate")[0][1]
             self.assertTrue('stale' not in wwwhdrs, msg="No stale parameter in Digest WWW-Authenticate headers: %s" % (wwwhdrs,))
 
+    test_incompatibleClientIp.todo = "No stale parameter assertion intermittently fails"
+
     def test_oldNonce(self):
         """
         Test that the login fails when the given opaque is older than
@@ -446,6 +450,7 @@
                 preHA1=preHA1
                 )
 
+    test_incompatibleCalcHA1Options.todo = "No stale parameter assertion intermittently fails"
 
 
 _trivial_GET = SimpleRequest(None, 'GET', '/')

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


More information about the calendarserver-changes mailing list