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 "\")"))
+