Title: [commits] (grant) [11338] Remove the accidental reintroduction of displayName inside feeds.channels
Revision
11338
Author
grant
Date
2006-08-07 11:29:00 -0700 (Mon, 07 Aug 2006)

Log Message

Remove the accidental reintroduction of displayName inside feeds.channels

- This fixes the unit test failures you get when running the
tests for Chandler-FeedsPlugin against the current source (e.g., using
'setup.py develop').

Modified Paths

Diff

Modified: trunk/chandler/projects/Chandler-FeedsPlugin/feeds/channels.py (11337 => 11338)

--- trunk/chandler/projects/Chandler-FeedsPlugin/feeds/channels.py	2006-08-07 17:11:28 UTC (rev 11337)
+++ trunk/chandler/projects/Chandler-FeedsPlugin/feeds/channels.py	2006-08-07 18:29:00 UTC (rev 11338)
@@ -176,13 +176,11 @@
     
     isEstablished = schema.One(
         schema.Boolean,
-        displayName=u"Channel has been established",
         initialValue=False
     )
 
     isPreviousUpdateSuccessful = schema.One(
         schema.Boolean,
-        displayName=u"Previous update was successful",
         initialValue=True
     )
     




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to