THRIFT-918 : better haskell tests
authorAnthony F. Molinaro <molinaro@apache.org>
Mon, 27 Sep 2010 19:27:40 +0000 (19:27 +0000)
committerAnthony F. Molinaro <molinaro@apache.org>
Mon, 27 Sep 2010 19:27:40 +0000 (19:27 +0000)
commit71a58a87648c03309d00d959af74ca45c7700cfd
tree57c7c1cccf26fbb367a1027342c36650697b2770
parent515c2381b71cf997c17a70c144bfc622a388c6a0
THRIFT-918 : better haskell tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001883 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
compiler/cpp/src/generate/t_hs_generator.cc
test/ConstantsDemo.thrift
test/hs/Client.hs
test/hs/ConstantsDemo_TestClient.hs [new file with mode: 0644]
test/hs/ConstantsDemo_TestServer.hs [new file with mode: 0644]
test/hs/DebugProtoTest_TestClient.hs [new file with mode: 0644]
test/hs/DebugProtoTest_TestServer.hs [new file with mode: 0644]
test/hs/Server.hs
test/hs/ThriftTest_TestClient.hs [new file with mode: 0644]
test/hs/ThriftTest_TestServer.hs [new file with mode: 0644]
test/hs/runclient.sh
test/hs/runserver.sh