Ignore:
Timestamp:
02/29/12 09:40:48 (11 years ago)
Author:
Mark Evenson
Message:

See #199: factored test for failing case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/mop-tests.lisp

    r13593 r13884  
    598598
    599599
     600(defgeneric apply-rule (rule))
     601(defmethod apply-rule ((rule t) &aux (context (format nil "~A" rule)))
     602  (format nil "Applying rule '~A' in context '~A'" rule context))
     603
     604;;; See ticket # 199
     605(deftest defmethod-&aux.1
     606    (apply-rule "1")
     607  "Applying rule '1' in context '1'")
     608   
Note: See TracChangeset for help on using the changeset viewer.