diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-26 08:16:57 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 09:31:08 +0000 |
commit | 7de472546e6be1301b1f6b4e9466dc82730c8919 (patch) | |
tree | 4845081fcb82d3813fd2dc28ce850178d060302d | |
parent | a7b7ccb9cfe9d30bd1c161fd94462c271c5c5b1e (diff) |
Re-enable some account storage testsnext-tests
They were disabled because we didn't have separate Telepathy 1 account
storage, but that's no longer the case.
-rw-r--r-- | tests/twisted/account-manager/auto-connect.py | 3 | ||||
-rw-r--r-- | tests/twisted/account-manager/avatar-refresh.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/twisted/account-manager/auto-connect.py b/tests/twisted/account-manager/auto-connect.py index 48193804..4cdaf17e 100644 --- a/tests/twisted/account-manager/auto-connect.py +++ b/tests/twisted/account-manager/auto-connect.py @@ -16,9 +16,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301 USA -print "FIXME: disabled while we don't have TP 1.0 accounts storage proper support" -raise SystemExit(77) - import dbus """Feature test for automatically signing in and setting presence etc. """ diff --git a/tests/twisted/account-manager/avatar-refresh.py b/tests/twisted/account-manager/avatar-refresh.py index daeca7e7..db94efca 100644 --- a/tests/twisted/account-manager/avatar-refresh.py +++ b/tests/twisted/account-manager/avatar-refresh.py @@ -16,9 +16,6 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301 USA -print "FIXME: disabled while we don't have TP 1.0 accounts storage proper support" -raise SystemExit(77) - import dbus """Feature test for signing in and setting an avatar, on CMs like Salut where the avatar must be reset every time you sign in. |