[cl-plus-ssl-cvs] CVS cl+ssl

avodonosov avodonosov at common-lisp.net
Tue May 25 21:15:42 UTC 2010


Update of /project/cl-plus-ssl/cvsroot/cl+ssl
In directory cl-net:/tmp/cvs-serv467

Modified Files:
	test.lisp 
Log Message:
minor fix in the READ-DEADLINE test for CCL: added UNWRAP-STREAM-P = :CALLER case

--- /project/cl-plus-ssl/cvsroot/cl+ssl/test.lisp	2010/05/25 20:17:39	1.6
+++ /project/cl-plus-ssl/cvsroot/cl+ssl/test.lisp	2010/05/25 21:15:42	1.7
@@ -283,7 +283,7 @@
 	(assert (equal (read-line socket) "(echo test)")))))
 
   #+clozure-common-lisp
-  (deftests read-deadline (usp nil t)
+  (deftests read-deadline (usp nil t :caller)
     (with-thread ("echo server for deadline test"
 		  (lambda () (init-server :unwrap-stream-p usp))
 		  #'test-server)





More information about the cl-plus-ssl-cvs mailing list