[cl-xmpp-cvs] CVS update: cl-xmpp/test/cl-xmpp-test.asd
Erik Enge
eenge at common-lisp.net
Mon Nov 21 18:58:05 UTC 2005
Update of /project/cl-xmpp/cvsroot/cl-xmpp/test
In directory common-lisp.net:/tmp/cvs-serv12420/test
Modified Files:
cl-xmpp-test.asd
Log Message:
making my own with-xml-output and fixing a few small bugs
Date: Mon Nov 21 19:58:04 2005
Author: eenge
Index: cl-xmpp/test/cl-xmpp-test.asd
diff -u cl-xmpp/test/cl-xmpp-test.asd:1.2 cl-xmpp/test/cl-xmpp-test.asd:1.3
--- cl-xmpp/test/cl-xmpp-test.asd:1.2 Sun Nov 13 03:55:47 2005
+++ cl-xmpp/test/cl-xmpp-test.asd Mon Nov 21 19:58:04 2005
@@ -1,5 +1,5 @@
;;;; -*- mode: lisp -*-
-;;;; $Id: cl-xmpp-test.asd,v 1.2 2005/11/13 02:55:47 eenge Exp $
+;;;; $Id: cl-xmpp-test.asd,v 1.3 2005/11/21 18:58:04 eenge Exp $
;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/test/cl-xmpp-test.asd,v $
;;;; See the LICENSE file for licensing information.
@@ -21,7 +21,7 @@
(:file "utility-test"
:depends-on ("package"))
(:file "result-test"
- :depends-on ("package"))))
+ :depends-on ("package"))
(:file "cl-xmpp-test"
- :depends-on ("package"))))
+ :depends-on ("package"))))
More information about the Cl-xmpp-cvs
mailing list