[CalendarServer-changes] [10754] CalendarServer/trunk/twext/who/test/test_directory.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 18 11:21:36 PST 2013


Revision: 10754
          http://trac.calendarserver.org//changeset/10754
Author:   wsanchez at apple.com
Date:     2013-02-18 11:21:36 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
Update test to match new eq sementics for records.

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/test/test_directory.py

Modified: CalendarServer/trunk/twext/who/test/test_directory.py
===================================================================
--- CalendarServer/trunk/twext/who/test/test_directory.py	2013-02-18 18:39:49 UTC (rev 10753)
+++ CalendarServer/trunk/twext/who/test/test_directory.py	2013-02-18 19:21:36 UTC (rev 10754)
@@ -214,7 +214,7 @@
 
         self.assertEquals(wsanchez, wsanchez)
         self.assertNotEqual(wsanchez, glyph)
-        self.assertEquals(glyph, glyphmod) # UID matches
+        self.assertNotEqual(glyph, glyphmod) # UID matches, other fields do not
         self.assertNotEqual(glyphmod, wsanchez)
         self.assertNotEqual(wsanchez, wsanchezmod) # Different service
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130218/f8fa429b/attachment-0001.html>


More information about the calendarserver-changes mailing list