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

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


Revision: 9967
          http://trac.calendarserver.org//changeset/9967
Author:   glyph at apple.com
Date:     2012-10-22 16:09:17 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
remove 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:17 UTC (rev 9966)
+++ CalendarServer/branches/users/glyph/always-abort-txn-on-error/twistedcaldav/test/test_wrapping.py	2012-10-22 23:09:17 UTC (rev 9967)
@@ -259,12 +259,9 @@
         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)
 
 
@@ -560,7 +557,6 @@
                 "/calendars/users/wsanchez/calendar/1.ics",
                 "PUT", "wsanchez"
             )
-            print 'obj?', calendarObject, type(calendarObject)
             self.requestUnderTest.stream = MemoryStream(txt)
             returnValue(
                 ((yield calendarObject.renderHTTP(self.requestUnderTest)),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121022/ae2b0f18/attachment-0001.html>


More information about the calendarserver-changes mailing list