From 1669d195edc882c5dec846ab36a82881c6055c72 Mon Sep 17 00:00:00 2001 From: Henrik Hjelte Date: Wed, 31 Oct 2007 09:45:16 +0100 Subject: [PATCH] bugfixed test of depends on symbol --- t/tests.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4