diff src/test/helpers.py @ 425:e4e9187e3b5b

backend, bridge: asynchronous history quick_frontend: use of asynchronous history
author Goffi <goffi@goffi.org>
date Tue, 08 Nov 2011 01:08:11 +0100
parents 99206631503e
children cf005701624b
line wrap: on
line diff
--- a/src/test/helpers.py	Mon Nov 07 22:27:07 2011 +0100
+++ b/src/test/helpers.py	Tue Nov 08 01:08:11 2011 +0100
@@ -60,7 +60,7 @@
     def getProfileName(self, profile_key):
         return profile_key
 
-    def addToHistory(self, me_jid, from_jid, to_jid, type, message):
+    def addToHistory(self, from_jid, to_jid, message, timestamp=None, profile=None):
         pass
     
     def addContact(self, contact_jid, attributes, groups, profile_key='@DEFAULT@'):