SG: Remove non-implemented features from test.py

Signed-off-by: Jocelyn Jaubert <jocelyn.jaubert@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Jocelyn Jaubert 2012-01-26 21:42:05 +01:00 committed by Romain Bignon
commit 393abe6c1e

View file

@ -27,5 +27,5 @@ class SocieteGeneraleTest(BackendTest):
l = list(self.backend.iter_accounts())
if len(l) > 0:
a = l[0]
list(self.backend.iter_operations(a))
list(self.backend.iter_history(a))
#list(self.backend.iter_operations(a))
#list(self.backend.iter_history(a))