[CalendarServer-changes] [9964] CalendarServer/branches/users/glyph/always-abort-txn-on-error

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 22 16:09:16 PDT 2012


Revision: 9964
          http://trac.calendarserver.org//changeset/9964
Author:   glyph at apple.com
Date:     2012-10-22 16:09:16 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
Debug prints...

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/always-abort-txn-on-error/twistedcaldav/test/test_wrapping.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/always-abort-txn-on-error/

Modified: CalendarServer/branches/users/glyph/always-abort-txn-on-error/twistedcaldav/test/test_wrapping.py
===================================================================
--- CalendarServer/branches/users/glyph/always-abort-txn-on-error/twistedcaldav/test/test_wrapping.py	2012-10-22 23:09:16 UTC (rev 9963)
+++ CalendarServer/branches/users/glyph/always-abort-txn-on-error/twistedcaldav/test/test_wrapping.py	2012-10-22 23:09:16 UTC (rev 9964)
@@ -259,16 +259,19 @@
         and addressbook resources results in an L{UNAUTHORIZED} response code.
         """
         for pathType in self.pathTypes:
+            print 'trying pathType', pathType
             req = self.requestForPath('/%ss/users/wsanchez/%s/'
                                       % (pathType, pathType))
+            print 'RFP done'
             yield req.process()
+            print 'process done'
             self.assertEquals(req.chanRequest.code, UNAUTHORIZED)
 
 
     def test_createStore(self):
         """
-        Creating a DirectoryCalendarHomeProvisioningResource will create a paired
-        CalendarStore.
+        Creating a DirectoryCalendarHomeProvisioningResource will create a
+        paired CalendarStore.
         """
         assertProvides(self, IDataStore, self.calendarCollection._newStore)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121022/b48d0d09/attachment.html>


More information about the calendarserver-changes mailing list