Page MenuHomePhorge

D198.1775245558.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D198.1775245558.diff

diff --git a/pykolab/xml/attendee.py b/pykolab/xml/attendee.py
--- a/pykolab/xml/attendee.py
+++ b/pykolab/xml/attendee.py
@@ -13,6 +13,7 @@
"DELEGATED": N_("Delegated"),
"IN-PROCESS": N_("Started"),
"COMPLETED": N_("Completed"),
+ "PENDING": N_("Pending"),
# support integer values, too
kolabformat.PartNeedsAction: N_("Needs Action"),
kolabformat.PartAccepted: N_("Accepted"),
diff --git a/tests/functional/test_wallace/test_007_invitationpolicy.py b/tests/functional/test_wallace/test_007_invitationpolicy.py
--- a/tests/functional/test_wallace/test_007_invitationpolicy.py
+++ b/tests/functional/test_wallace/test_007_invitationpolicy.py
@@ -911,7 +911,7 @@
notification_text = str(notification.get_payload())
self.assertIn(self.jane['mail'], notification_text)
- self.assertIn(_("PENDING"), notification_text)
+ self.assertIn(_("Pending"), notification_text)
self.purge_mailbox(self.john['mailbox'])
@@ -923,7 +923,7 @@
self.assertIsInstance(notification, email.message.Message)
notification_text = str(notification.get_payload())
- self.assertNotIn(_("PENDING"), notification_text)
+ self.assertNotIn(_("Pending"), notification_text)
def test_008_notify_translated(self):
self.purge_mailbox(self.mark['mailbox'])

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 7:45 PM (3 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826121
Default Alt Text
D198.1775245558.diff (1 KB)

Event Timeline