From: Roger Meier Date: Mon, 10 Mar 2014 11:35:41 +0000 (+0100) Subject: test/test.sh: fix typo X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7a66f75da882b54a8f49dd806ad5a66f7468ca7f;p=common%2Fthrift.git test/test.sh: fix typo --- diff --git a/test/test.sh b/test/test.sh index 09c6ad1d..48a2804c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -240,7 +240,7 @@ do_test "py-java" "binary" "buffered-ip" \ "py/TestClient.py --proto=binary --port=9090 --host=localhost --genpydir=py/gen-py" \ "ant -f ../lib/java/build.xml -Dno-gen-thrift=\"\" testserver" \ "15" "15" -do_test "py-java" "json" "json-ip" \ +do_test "py-java" "json" "buffered-ip" \ "py/TestClient.py --proto=json --port=9090 --host=localhost --genpydir=py/gen-py" \ "ant -f ../lib/java/build.xml -Dno-gen-thrift=\"\" -Dtestargs \"--protocol=json\" testserver" \ "15" "10"