From 100054a3128584fab5926f2c3789b390b6114038 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sat, 4 Aug 2007 05:22:14 +0200 Subject: [PATCH] Minor fixes in the IO.STREAMS test suite. Signed-off-by: Stelian Ionescu --- io.streams-tests.asd | 4 ++-- tests/io.streams-tests.lisp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io.streams-tests.asd b/io.streams-tests.asd index e15c00c..78fc6e3 100644 --- a/io.streams-tests.asd +++ b/io.streams-tests.asd @@ -1,6 +1,6 @@ ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; -;;; io-streams-tests.asd --- ASDF system definition. +;;; io.streams-tests.asd --- ASDF system definition. ;;; ;;; Copyright (C) 2007, Luis Oliveira ;;; @@ -28,7 +28,7 @@ :description "Test suite for io-streams." :author "Luis Oliveira " :licence "BSD" - :depends-on (:rt :io-streams :alexandria) + :depends-on (:rt :io.streams :alexandria) :pathname (merge-pathnames (make-pathname :directory '(:relative "tests")) *load-truename*) :components diff --git a/tests/io.streams-tests.lisp b/tests/io.streams-tests.lisp index 673279e..19d744f 100644 --- a/tests/io.streams-tests.lisp +++ b/tests/io.streams-tests.lisp @@ -1,6 +1,6 @@ ;;;; -*- Mode: lisp; indent-tabs-mode: nil -*- ;;; -;;; tests.lisp --- IO-STREAMS test suite. +;;; tests.lisp --- IO.STREAMS test suite. ;;; ;;; Copyright (c) 2006-2007, Dr. Edmund Weitz. All rights reserved. ;;; Copyright (c) 2007, Luis Oliveira @@ -82,7 +82,7 @@ (defvar *this-dir* (let ((sys-pn (asdf:system-definition-pathname - (asdf:find-system 'io-streams-tests)))) + (asdf:find-system 'io.streams-tests)))) (make-pathname :directory (append (pathname-directory sys-pn) '("tests")) :defaults sys-pn))) -- 2.11.4.GIT