[CalendarServer-changes] [7949] CalendarServer/branches/users/glyph/imip-and-admin-html/ calendarserver/webadmin/test/test_resource.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 11 21:49:15 PDT 2011
Revision: 7949
http://trac.macosforge.org/projects/calendarserver/changeset/7949
Author: glyph at apple.com
Date: 2011-08-11 21:49:14 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
stricter test; make sure that the 'unable to parse' message doesn't show up when we parsed it.
Modified Paths:
--------------
CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/test/test_resource.py
Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/test/test_resource.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/test/test_resource.py 2011-08-12 04:49:04 UTC (rev 7948)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/test/test_resource.py 2011-08-12 04:49:14 UTC (rev 7949)
@@ -195,6 +195,8 @@
propertyValue = DisplayName("The Name To Display").toxml()
self.assertIn(cgi.escape(propertyValue),
gatherTextNodes(document))
+ self.assertNotIn("Unable to parse property to read:",
+ gatherTextNodes(document))
@inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/2eb251ac/attachment-0001.html>
More information about the calendarserver-changes
mailing list