[CalendarServer-changes] [4718] CalendarServer/trunk/twistedcaldav/test/test_extensions.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 6 12:11:48 PST 2009


Revision: 4718
          http://trac.macosforge.org/projects/calendarserver/changeset/4718
Author:   glyph at apple.com
Date:     2009-11-06 12:11:44 -0800 (Fri, 06 Nov 2009)
Log Message:
-----------
be more specific than 'metadata'

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_extensions.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_extensions.py	2009-11-06 19:40:36 UTC (rev 4717)
+++ CalendarServer/trunk/twistedcaldav/test/test_extensions.py	2009-11-06 20:11:44 UTC (rev 4718)
@@ -156,9 +156,9 @@
     @inlineCallbacks
     def test_nonASCIIListMixedChildren(self):
         """
-        Listing a directory that contains unicode metadata and non-ASCII
-        characters in a filename should result in a listing that contains the
-        names of both entities.
+        Listing a directory that contains unicode content-type metadata and
+        non-ASCII characters in a filename should result in a listing that
+        contains the names of both entities.
         """
         unicodeChildName = "test"
         def addUnicodeChild(davFile):
@@ -172,7 +172,7 @@
     @inlineCallbacks
     def test_nonASCIIListMixedProperties(self):
         """
-        Listing a directory that contains unicode metadata and non-ASCII
+        Listing a directory that contains unicode DAV properties and non-ASCII
         characters in a filename should result in a listing that contains the
         names of both entities.
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091106/d5cee279/attachment.html>


More information about the calendarserver-changes mailing list