X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests.lisp;h=10f98bf6a747f3e2d024216439245b92d7e92916;hb=4675e305339bd8b9f4cc15eb5f2da6036907a301;hp=8ff7fba4a2d30b1f2b877021d7bc340cf1e4a744;hpb=7578d25c5e6fe5e451c83d4ac427caaf618d8937;p=hyperobject.git diff --git a/tests.lisp b/tests.lisp index 8ff7fba..10f98bf 100644 --- a/tests.lisp +++ b/tests.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: tests.lisp,v 1.3 2003/04/28 21:11:55 kevin Exp $ +;;;; $Id: tests.lisp,v 1.4 2003/04/29 09:47:10 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -120,11 +120,61 @@ Fax 123-0005 ") -(deftest p3 (view-to-string mary :category t) - "") +(deftest p3 (view-to-string mary :category :compact-text-labels) + " Person: + first-name Mary last-name Jackson dob Thu, 4 May 2000 03:02:01 resume Style & Grace +") -(deftest p4 (view-to-string mary :subobjects t :category t) - "") +(deftest p4 (view-to-string mary :subobjects t :category :html-labels) + "

Person:

+") (deftest p5 (view-to-string mary :subobjects t :category :xml-link-labels) - "") + " Person: + Mary Jackson Style & Grace + Addresss: +
Home 321 Shady Lane + Phone Numbers: + Voice 367-9812 + + Fax 367-9813 + + +
+
Office 113 Main St. + Phone Numbers: + Main line 123-0001 + + Staff line 123-0002 + + Fax 123-0005 + + +
+
+
+
+")