r11456: remove empty line
[hyperobject.git] / tests.lisp
index 5f698bd69632e9bef3249918cf2f22f3a9fa467a..d6a7d2e2e2810e9dce1fa8be5b0c3c1465a5cfed 100644 (file)
   Mary Jackson Thu, 4 May 2000 03:02:01 Style & Grace
 ")
 
-(deftest :s1 (years-at-address home)
+(deftest :cv1 (years-at-address home)
   10)
 
-(deftest :s2 (years-at-address office)
+(deftest :cv2 (years-at-address office)
   5)
 
-(deftest :cv1 (equal (create-time mary) *now*)
+(deftest :cv3 (equal (create-time mary) *now*)
   t)
 
+(deftest :s1 (slot-value (class-of mary) 'ho::user-name)
+  "Person")
+
+(deftest :s2 (slot-value (class-of mary) 'ho::user-name-plural)
+  "Persons")
+
+(deftest :s3 (slot-value (class-of home) 'ho::user-name-plural)
+  "Addresses")
+
+(deftest :s4 (slot-value (class-of mary) 'ho::description)
+  "A Person")