Skip to content

Commit

Permalink
bug21293: LIFT is not reporting serious conditions correctly
Browse files Browse the repository at this point in the history
tests added    : no
tests run      : yes
performance    : no change
release note   : none, internal change to testing only

Change-Id: Ia8cf4e3fae460860e2ac42f7384c72f2501d0475
Reviewed-on: https://gerrit.franz.com:9080/2473
Reviewed-by: Ahmon Dancy <dancy@franz.com>
Tested-by: Kevin Layer <layer@franz.com>
  • Loading branch information
Gary King authored and Gary King committed Sep 2, 2012
1 parent 04144e0 commit e4c1683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/class-defs.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ LIFT during a test run.")
(:default-initargs
:test-problem-kind "Error"))

(defclass test-serious-condition (test-error-mixin testsuite-problem-mixin)
(defclass test-serious-condition (test-error)
()
(:default-initargs
:test-problem-kind "Serious condition"))
Expand All @@ -143,7 +143,7 @@ LIFT during a test run.")
(:default-initargs
:test-problem-kind "Testsuite error"))

(defclass testsuite-serious-condition (test-error-mixin testsuite-problem-mixin)
(defclass testsuite-serious-condition (testsuite-error)
()
(:default-initargs
:test-problem-kind "Testsuite serious condition"))
Expand Down

0 comments on commit e4c1683

Please sign in to comment.