From 7a66f75da882b54a8f49dd806ad5a66f7468ca7f Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 10 Mar 2014 12:35:41 +0100 Subject: [PATCH] test/test.sh: fix typo --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.17.1