commit | 312362314c23ba199fca5c92868f6411afd2fc63 | [log] [tgz] |
---|---|---|
author | henrique <henrique@apache.org> | 周日 2月 23 20:16:44 2014 +0100 |
committer | henrique <henrique@apache.org> | 周二 2月 25 22:11:10 2014 +0100 |
tree | c476e8e393f3ad021a792a8dd9d9036aaf312924 | |
parent | f36fda203565430086e23ab6a231fdc5ec3d4b48 [diff] [blame] |
THRIFT-2376 nodejs: allow Promise style calls for client and server patch: Pierre Lamot
diff --git a/lib/nodejs/test/testAll.sh b/lib/nodejs/test/testAll.sh index cdd0c79..96f8a2a 100755 --- a/lib/nodejs/test/testAll.sh +++ b/lib/nodejs/test/testAll.sh
@@ -75,5 +75,7 @@ testClientServer binary framed --ssl || TESTOK=1 testMultiplexedClientServer binary framed --ssl || TESTOK=1 +#test promise style +testClientServer binary framed --promise || TESTOK=1 exit $TESTOK