[Erp5-report] r9645 - in /erp5/trunk/products/CMFActivity: ./ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 4 16:43:48 CEST 2006


Author: seb
Date: Mon Sep  4 16:43:45 2006
New Revision: 9645

URL: http://svn.erp5.org?rev=9645&view=rev
Log:
remove a test, because it not yet implemented and we may never want it

Modified:
    erp5/trunk/products/CMFActivity/ActivityTool.py
    erp5/trunk/products/CMFActivity/tests/testCMFActivity.py

Modified: erp5/trunk/products/CMFActivity/ActivityTool.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActivityTool.py?rev=9645&r1=9644&r2=9645&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActivityTool.py (original)
+++ erp5/trunk/products/CMFActivity/ActivityTool.py Mon Sep  4 16:43:45 2006
@@ -885,7 +885,7 @@
         try:
           message_count += activity.countMessageWithTag(self, value)
         except AttributeError:
-          LOG('getMessageList, could not get message from Activity:', 0, activity)
+          LOG('getMessageList, could not get count message from Activity:', 0, activity)
       return message_count
 
     security.declareProtected( CMFCorePermissions.ManagePortal , 'newActiveProcess' )

Modified: erp5/trunk/products/CMFActivity/tests/testCMFActivity.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/tests/testCMFActivity.py?rev=9645&r1=9644&r2=9645&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/tests/testCMFActivity.py (original)
+++ erp5/trunk/products/CMFActivity/tests/testCMFActivity.py Mon Sep  4 16:43:45 2006
@@ -1339,17 +1339,6 @@
       LOG('Testing... ', 0, message)
     self.CheckCountMessageWithTag('SQLDict')
 
-  def test_67_TestCountMessageWithTagWithSQLQueue(self, quiet=0, run=run_all_test):
-    """
-      Test new countMessageWithTag function with SQLQueue.
-    """
-    if not run: return
-    if not quiet:
-      message = '\nCheck countMessageWithTag'
-      ZopeTestCase._print(message)
-      LOG('Testing... ', 0, message)
-    self.CheckCountMessageWithTag('SQLQueue')
-
 if __name__ == '__main__':
     framework()
 else:




More information about the Erp5-report mailing list