From: Kevin M. Rosenberg Date: Thu, 4 Jan 2007 19:58:28 +0000 (+0000) Subject: r11451: add test X-Git-Tag: debian-2.11.0-2~5 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=57e04b430882b68decd80bb87c75fe482cdbf711 r11451: add test --- diff --git a/tests.lisp b/tests.lisp index 7ee4ad4..3cfb19f 100644 --- a/tests.lisp +++ b/tests.lisp @@ -159,3 +159,6 @@ (deftest :s3 (slot-value (class-of home) 'ho::user-name-plural) "Addresses") + +(deftest :s4 (slot-value (class-of mary) 'ho::description) + "A Person")