----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9413/ -----------------------------------------------------------
(Updated Feb. 19, 2013, 5:41 p.m.) Review request for qpid, Kenneth Giusti and Rafael Schloming. Changes ------- Java coverage now same as python. Summary (updated) ----------------- PROTON-215: Add tests to verify AMQP 1.0 type support for all language bindings Description (updated) ------- Python and Java tests in place, PHP, Perl and ruby to come. Diffs (updated) ----- /proton/trunk/proton-c/bindings/java/src/main/java/org/apache/qpid/proton/TestDecoder.java PRE-CREATION /proton/trunk/proton-c/bindings/java/src/main/java/org/apache/qpid/proton/codec/jni/JNIData.java 1447222 /proton/trunk/proton-j/proton/src/main/java/org/apache/qpid/proton/TestDecoder.java PRE-CREATION /proton/trunk/tests/interop/message.amqp UNKNOWN /proton/trunk/tests/java/org/apache/qpid/proton/InteropTest.java PRE-CREATION /proton/trunk/tests/python/interop-generate 1447222 /proton/trunk/tests/python/proton_tests/interop.py 1447222 Diff: https://reviews.apache.org/r/9413/diff/ Testing (updated) ------- echo "==== python" tests/python/proton-test *.interop.* || EXIT=1 echo "==== proton-jni" mvn -P proton-jni -Dtest=InteropTest -DfailIfNoTests=false test || EXIT=1 echo "==== proton-j" mvn -P proton-j -Dtest=InteropTest -DfailIfNoTests=false test || EXIT=1 Thanks, Alan Conway
