You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2013/02/25 23:28:50 UTC

svn commit: r1449936 - /qpid/proton/trunk/tests/python/proton_tests/interop.py

Author: aconway
Date: Mon Feb 25 22:28:50 2013
New Revision: 1449936

URL: http://svn.apache.org/r1449936
Log:
PROTON-215: Add tests for described types and arrays to InteropTest.java.

Modified:
    qpid/proton/trunk/tests/python/proton_tests/interop.py

Modified: qpid/proton/trunk/tests/python/proton_tests/interop.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/tests/python/proton_tests/interop.py?rev=1449936&r1=1449935&r2=1449936&view=diff
==============================================================================
--- qpid/proton/trunk/tests/python/proton_tests/interop.py (original)
+++ qpid/proton/trunk/tests/python/proton_tests/interop.py Mon Feb 25 22:28:50 2013
@@ -117,7 +117,7 @@ class InteropTest(common.Test):
         assert self.data.next() is None
 
     def test_described_array(self):
-        self.decode("described_array")
+        self.decode_data_file("described_array")
         self.assert_next(Data.ARRAY, Array("int-array", Data.INT, *range(0,10)))
 
     def test_arrays(self):



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org