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