[CalendarServer-changes] [7972] 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:53:47 PDT 2011


Revision: 7972
          http://trac.macosforge.org/projects/calendarserver/changeset/7972
Author:   glyph at apple.com
Date:     2011-08-11 21:53:47 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
better name for the test

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:53:36 UTC (rev 7971)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/test/test_resource.py	2011-08-12 04:53:47 UTC (rev 7972)
@@ -192,9 +192,10 @@
 
 
     @inlineCallbacks
-    def test_noProxySearch(self):
+    def test_emptyProxySearch(self):
         """
-        When no results 
+        When no results are found for a search for proxies, a relevant message
+        should be displayed and the table/form for results should not be.
         """
         self.resource.getResourceById = partial(FakePrincipalResource, self)
         self.expectRecordSearch("bob", [])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/3808fa76/attachment.html>


More information about the calendarserver-changes mailing list