diff src/test/helpers.py @ 694:4284b6ad8aa3

tests: plugin text syntaxes sanitisation tests
author Goffi <goffi@goffi.org>
date Tue, 12 Nov 2013 14:16:11 +0100
parents 65b30bc7f1b3
children f1a2831d549d
line wrap: on
line diff
--- a/src/test/helpers.py	Tue Nov 12 14:16:11 2013 +0100
+++ b/src/test/helpers.py	Tue Nov 12 14:16:11 2013 +0100
@@ -72,6 +72,8 @@
 
         setattr(self, name, checkCall)
 
+    def addMethod(self, name, int_suffix, in_sign, out_sign, method, async=False):
+        pass
 
 class FakeMemory(object):
     """Class to simulate and test memory object"""
@@ -94,6 +96,8 @@
     def delWaitingSub(self, contact_jid, profile_key):
         pass
 
+    def updateParams(self, xml):
+        pass
 
 class FakeTriggerManager(object):