diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-02 11:26:02 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-12 10:51:13 +0100 |
commit | 675367323b8617b88f9f156545e0ea63b21d88e6 (patch) | |
tree | 71cc8e4312ac9fde2baa3a0b493ed6d20508053d | |
parent | e3b9601367429f2272949995c71b8fd425c28e93 (diff) |
Rename muc/test-muc-properties to muc/room-config
This more accurately reflects its current nature!
-rw-r--r-- | tests/twisted/Makefile.am | 2 | ||||
-rw-r--r-- | tests/twisted/muc/room-config.py (renamed from tests/twisted/muc/test-muc-properties.py) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index b8b92cbbc..392a12869 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -31,6 +31,7 @@ TWISTED_TESTS = \ muc/presence-before-closing.py \ muc/renamed.py \ muc/room.py \ + muc/room-config.py \ muc/roomlist.py \ muc/scrollback.py \ muc/send-error.py \ @@ -39,7 +40,6 @@ TWISTED_TESTS = \ muc/test-muc-alias.py \ muc/test-muc-invitation.py \ muc/test-muc-ownership.py \ - muc/test-muc-properties.py \ muc/test-muc.py \ olpc/current-activity.py \ olpc/olpc-muc-invitation.py \ diff --git a/tests/twisted/muc/test-muc-properties.py b/tests/twisted/muc/room-config.py index 9583a39ec..373d724fd 100644 --- a/tests/twisted/muc/test-muc-properties.py +++ b/tests/twisted/muc/room-config.py @@ -1,6 +1,6 @@ # vim: fileencoding=utf-8 : """ -Test MUC properties support. +Test the RoomConfig interface on MUC channels. """ import dbus |