summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 15:54:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 15:54:09 +0100
commitd23e93e48181f39e58e7bf90aaebd1bc33820b18 (patch)
tree625e601889766df0c2f26de7d52847583af6269f
parent0f7de79bbb067ad706fbebd297cd437cab687564 (diff)
Fix regression test for Protocol now that it's stable
-rw-r--r--tests/twisted/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 2ca2865..8528c47 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -350,7 +350,7 @@ MT_NOTICE = 2
MT_AUTO_REPLY = 3
MT_DELIVERY_REPORT = 4
-PROTOCOL = 'org.freedesktop.Telepathy.Protocol.DRAFT'
+PROTOCOL = 'org.freedesktop.Telepathy.Protocol'
PARAM_REQUIRED = 1
PARAM_REGISTER = 2
PARAM_HAS_DEFAULT = 4