commit | 6aa4c0f448d8f2573d2abcc8c3724bd18b3f8d1d | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Fri Mar 02 16:14:54 2018 -0500 |
committer | James E. King III <jking@apache.org> | Fri Mar 02 16:15:18 2018 -0500 |
tree | 87cd51ce6001f92e9377a7bcef2e798ade5940d0 | |
parent | bf7f76bb1f1864fdbbf30ac50715920afbc4a91d [diff] [blame] |
THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests
diff --git a/test/cl/implementation.lisp b/test/cl/implementation.lisp index 65a79b5..0caf7be 100644 --- a/test/cl/implementation.lisp +++ b/test/cl/implementation.lisp
@@ -132,4 +132,5 @@ (defun thrift.test.second-service-implementation:secondtest-string (thing) (format t "secondtestString(~a)~%" thing) - thing) + (concatenate 'string "testString(\"" thing "\")")) +