gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Package test failures


From: Camm Maguire
Subject: Re: [Gcl-devel] Package test failures
Date: 24 Oct 2002 18:06:48 -0400

Greetings!  I'm clearing up the remaining package failures, and had
the following remaining question:

   If I insert the two correctable package error conditions in the
   spec for delete-package, I break this test:

Test CL-TEST::DELETE-PACKAGE-2 failed
Form: (PROGN
        (IGNORE-ERRORS (DELETE-PACKAGE :TEST1))
        (LET ((CL-TEST::P (MAKE-PACKAGE :TEST1 :USE NIL)))
          (LIST (NOT (NOT (DELETE-PACKAGE :TEST1)))
                (NOT (NOT (PACKAGEP CL-TEST::P)))
                (DELETE-PACKAGE CL-TEST::P))))
Expected value: (T T NIL)
Actual value: #<CONDITIONS::INTERNAL-PACKAGE-ERROR.5>.

I think this is right, so I'm going to commit this for now.

More later,


-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]