commit | 840f3ef649053ad0c971afd5558ab45a39b6d11d | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Sep 21 23:11:46 2015 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Sep 21 23:36:27 2015 +0200 |
tree | abdaa0b8cbe0bbe28ba31291591e21122377e4a6 | |
parent | 293e2f450b22a993516c7703645540e72e7d3e85 [diff] |
THRIFT-3340 Python: enable json tests again This closed #613
diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py index a22d812..b7f4332 100755 --- a/test/py/RunClientServer.py +++ b/test/py/RunClientServer.py
@@ -60,9 +60,8 @@ PROTOS= [ 'accel', 'binary', - 'compact'] -# FIXME: add json -# disabled because json HTTP test hangs... why? + 'compact', + 'json'] SERVERS = [ "TSimpleServer",