You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2010/01/25 13:47:17 UTC

svn commit: r902797 - /qpid/trunk/qpid/python/qpid/driver.py

Author: rhs
Date: Mon Jan 25 12:47:16 2010
New Revision: 902797

URL: http://svn.apache.org/viewvc?rev=902797&view=rev
Log:
corrected validation again

Modified:
    qpid/trunk/qpid/python/qpid/driver.py

Modified: qpid/trunk/qpid/python/qpid/driver.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/driver.py?rev=902797&r1=902796&r2=902797&view=diff
==============================================================================
--- qpid/trunk/qpid/python/qpid/driver.py (original)
+++ qpid/trunk/qpid/python/qpid/driver.py Mon Jan 25 12:47:16 2010
@@ -588,9 +588,8 @@
       "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),



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org