From c67f2d25e311b506e266c36246b12ec10f3c9b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 2 Sep 2010 08:54:43 +0000 Subject: [PATCH] - small typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38120 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/CMFActivity/tests/testCMFActivity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/CMFActivity/tests/testCMFActivity.py b/product/CMFActivity/tests/testCMFActivity.py index e3243b2eab..6346568d09 100644 --- a/product/CMFActivity/tests/testCMFActivity.py +++ b/product/CMFActivity/tests/testCMFActivity.py @@ -3585,7 +3585,7 @@ class TestCMFActivity(ERP5TypeTestCase, LogInterceptor): # restore originals ones portal.setPlacelessDefaultReindexParameters(**original_reindex_parameters) person = portal.person_module.newContent(portal_type='Person') - # .. now now messages with this tag should apper + # .. now no messages with this tag should apper self.assertEquals(0, portal.portal_activities.countMessageWithTag(tag)) def TryNotificationSavedOnEventLogWhenNotifyUserRaises(self, activity): -- 2.30.9