[climacs-cvs] CVS update: climacs/buffer-test.lisp

Robert Strandh rstrandh at common-lisp.net
Sun Jan 16 14:42:25 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv758

Modified Files:
	buffer-test.lisp 
Log Message:
Put the buffer test in its own package to prevent symbol collisions.
Thanks to Rudi Schlatte.


Date: Sun Jan 16 15:42:24 2005
Author: rstrandh

Index: climacs/buffer-test.lisp
diff -u climacs/buffer-test.lisp:1.3 climacs/buffer-test.lisp:1.4
--- climacs/buffer-test.lisp:1.3	Sun Jan 16 07:03:35 2005
+++ climacs/buffer-test.lisp	Sun Jan 16 15:42:23 2005
@@ -3,10 +3,10 @@
 ;;; (c) copyright 2005 by Aleksandar Bakic (a_bakic at yahoo.com)
 ;;; 
 
-(in-package :cl-user)
-(eval-when (:compile-toplevel :load-toplevel)
-  (use-package :rtest)
-  (use-package :climacs-buffer))
+(cl:defpackage :climacs-tests
+  (:use :rtest :climacs-buffer))
+
+(in-package :climacs-tests)
 
 (deftest standard-buffer-make-instance.test-1
   (let* ((buffer (make-instance 'standard-buffer))




More information about the Climacs-cvs mailing list