[telepathy-gabble/master] Move all remaining caps tests to the caps subdirectory
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Jul 27 08:27:14 PDT 2009
caps_helper has to stay where it is, though, since many tests use it.
---
tests/twisted/Makefile.am | 8 ++++----
.../{test-caps-cache.py => caps/caps-cache.py} | 0
.../{test-caps-hash.py => caps/hashed-caps.py} | 0
.../{test-caps-tubes.py => caps/tube-caps.py} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
rename tests/twisted/{test-caps-cache.py => caps/caps-cache.py} (100%)
rename tests/twisted/{test-caps-hash.py => caps/hashed-caps.py} (100%)
rename tests/twisted/{test-caps-tubes.py => caps/tube-caps.py} (100%)
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 67e3fae..0fbc87e 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -1,7 +1,11 @@
TWISTED_TESTS = \
avatar-requirements.py \
+ caps_helper.py \
+ caps/caps-cache.py \
caps/from-bare-jid.py \
+ caps/hashed-caps.py \
caps/receive-jingle.py \
+ caps/tube-caps.py \
muc/name-conflict.py \
muc/renamed.py \
muc/roomlist.py \
@@ -113,11 +117,7 @@ TWISTED_TESTS = \
file-transfer/test-send-file-provide-immediately.py \
file-transfer/test-send-file-to-unknown-contact.py \
file-transfer/test-send-file-wait-to-provide.py \
- test-caps-cache.py \
- test-caps-hash.py \
- test-caps-tubes.py \
test-debug.py \
- caps_helper.py \
connect/multiple-times-to-same-account.py \
connect/test-fail.py \
connect/test-success.py \
diff --git a/tests/twisted/test-caps-cache.py b/tests/twisted/caps/caps-cache.py
similarity index 100%
rename from tests/twisted/test-caps-cache.py
rename to tests/twisted/caps/caps-cache.py
diff --git a/tests/twisted/test-caps-hash.py b/tests/twisted/caps/hashed-caps.py
similarity index 100%
rename from tests/twisted/test-caps-hash.py
rename to tests/twisted/caps/hashed-caps.py
diff --git a/tests/twisted/test-caps-tubes.py b/tests/twisted/caps/tube-caps.py
similarity index 100%
rename from tests/twisted/test-caps-tubes.py
rename to tests/twisted/caps/tube-caps.py
--
1.5.6.5
More information about the telepathy-commits
mailing list