summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenko Rasic <senko.rasic@collabora.co.uk>2010-07-22 12:54:41 +0200
committerSenko Rasic <senko.rasic@collabora.co.uk>2010-08-05 15:02:55 +0200
commit204066493531979b712489d9d691266bd5f77606 (patch)
tree7c72f75caae1064752ddc119924ad8b61b2f1eba
parent2d7e798a76dd55ae68906eb41d921eb47fba5b0b (diff)
Protocol has been undrafted
-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 528f088eb..52904bd00 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -353,7 +353,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