From: Henrik Hjelte Date: Wed, 31 Oct 2007 08:45:16 +0000 (+0100) Subject: bugfixed test of depends on symbol X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=1669d195edc882c5dec846ab36a82881c6055c72 bugfixed test of depends on symbol --- diff --git a/t/tests.lisp b/t/tests.lisp index 0aca3e5..91d0ac9 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -174,8 +174,9 @@ (with-test-results (results dep-with-symbol-dependencies-not-met) (is (some #'test-skipped-p results))) + ;; No failure here, because it means the test was run. (with-test-results (results dep-with-symbol-depends-on-failed-dependency) - (is (some #'test-skipped-p results)))) + (is (not (some #'test-failure-p results))))) ;;;; test for-all