From 7f0869a9a00913f708d1359e54e42dc91f4b127c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 25 Jan 2010 12:43:13 +0000 Subject: corrected validation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@902793 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/qpid/driver.py b/python/qpid/driver.py index ccef148c4d..e124cfaaed 100644 --- a/python/qpid/driver.py +++ b/python/qpid/driver.py @@ -588,9 +588,9 @@ class Driver: "create": POLICIES, "delete": POLICIES, "assert": POLICIES, - "type": Types(basestring), + "type": Values("queue", "topic"), "node-properties": Map({ - "type": Values("queue", "topic"), + "type": Types(basestring), "durable": Types(bool), "x-properties": Map({ "type": Types(basestring), -- cgit v1.2.1