[Cl-irc-cvs] CVS update: cl-irc/test/test-parse-message.lisp cl-irc/test/test-protocol.lisp

Erik Enge eenge at common-lisp.net
Mon Jan 5 14:18:07 UTC 2004


Update of /project/cl-irc/cvsroot/cl-irc/test
In directory common-lisp.net:/tmp/cvs-serv18020/test

Modified Files:
	test-parse-message.lisp test-protocol.lisp 
Log Message:
fixing in-package (using old package name)

Date: Mon Jan  5 09:18:07 2004
Author: eenge

Index: cl-irc/test/test-parse-message.lisp
diff -u cl-irc/test/test-parse-message.lisp:1.1.1.1 cl-irc/test/test-parse-message.lisp:1.2
--- cl-irc/test/test-parse-message.lisp:1.1.1.1	Mon Jan  5 09:13:05 2004
+++ cl-irc/test/test-parse-message.lisp	Mon Jan  5 09:18:07 2004
@@ -1,9 +1,9 @@
-;;;; $Id: test-parse-message.lisp,v 1.1.1.1 2004/01/05 14:13:05 eenge Exp $
+;;;; $Id: test-parse-message.lisp,v 1.2 2004/01/05 14:18:07 eenge Exp $
 ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/test/test-parse-message.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
 
-(in-package :net-nittin-irc-test)
+(in-package :cl-irc-test)
 
 (defvar *msg1* (format nil ":kire!~~eenge at 216.248.178.227 PRIVMSG cl-irc :heyhey!~A" #\Return))
 (defvar *msg2* (format nil ":tolkien.freenode.net 372 cl-irc :-~A" #\Return))


Index: cl-irc/test/test-protocol.lisp
diff -u cl-irc/test/test-protocol.lisp:1.1.1.1 cl-irc/test/test-protocol.lisp:1.2
--- cl-irc/test/test-protocol.lisp:1.1.1.1	Mon Jan  5 09:13:05 2004
+++ cl-irc/test/test-protocol.lisp	Mon Jan  5 09:18:07 2004
@@ -1,9 +1,9 @@
-;;;; $Id: test-protocol.lisp,v 1.1.1.1 2004/01/05 14:13:05 eenge Exp $
+;;;; $Id: test-protocol.lisp,v 1.2 2004/01/05 14:18:07 eenge Exp $
 ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/test/test-protocol.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
 
-(in-package :net-nittin-irc-test)
+(in-package :cl-irc-test)
 
 (defvar *nick1* "kire")
 (defvar *nick2* "k|[]re")





More information about the cl-irc-cvs mailing list