X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=tests.lisp;h=9b68d9891fcda355cd1ed4b07ddbf6b6c4ba51ae;hp=31bd7fafeb8bf239182e9e736c8de67ca238d285;hb=84f0745468d57540f972b31c230f1ccae2bc1768;hpb=d2c11a684b415dd4a8797d843de0d4f3d9a6906a diff --git a/tests.lisp b/tests.lisp index 31bd7fa..9b68d98 100644 --- a/tests.lisp +++ b/tests.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: tests.lisp,v 1.7 2003/05/14 08:30:38 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -122,280 +122,8 @@ Fax 123-0005 ") -(deftest p3 (view-to-string mary :category :compact-text-labels) +(deftest p3 (view-to-string mary :vid :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 :html-labels) - "

Person:

-") - - - -(deftest p5 (view-to-string mary :subobjects t :category :html) - "

Person:

-") - -(deftest p6 (view-to-string mary :subobjects t :category :html-labels) - "

Person:

-") - -(deftest p7 (view-to-string mary :subobjects t :category :xml) - "Person: - - Addresses: -
<![CDATA[Home]]> - Phone Numbers: - <![CDATA[Voice]]> - - <![CDATA[Fax]]> - - -
-
<![CDATA[Office]]> - Phone Numbers: - <![CDATA[Main line]]> - - <![CDATA[Staff line]]> - - <![CDATA[Fax]]> - - -
-
-
-
-") - -(deftest p8 (view-to-string mary :subobjects t :category :xml-labels) - "Person: - - Addresses: -
<![CDATA[Home]]> - Phone Numbers: - <![CDATA[Voice]]> - - <![CDATA[Fax]]> - - -
-
<![CDATA[Office]]> - Phone Numbers: - <![CDATA[Main line]]> - - <![CDATA[Staff line]]> - - <![CDATA[Fax]]> - - -
-
-
-
-") - -(deftest p9 (view-to-string mary :subobjects t :category :ie-xml-link-labels) - "Person: - - Addresses: -
<![CDATA[Home]]> - Phone Numbers: - <![CDATA[Voice]]> - - <![CDATA[Fax]]> - - -
-
<![CDATA[Office]]> - Phone Numbers: - <![CDATA[Main line]]> - - <![CDATA[Staff line]]> - - <![CDATA[Fax]]> - - -
-
-
-
-") - -(deftest p10 (view-to-string mary :subobjects t :category :xml-link-labels) - "Person: - - Addresses: -
<![CDATA[Home]]> - Phone Numbers: - <![CDATA[Voice]]> - - <![CDATA[Fax]]> - - -
-
<![CDATA[Office]]> - Phone Numbers: - <![CDATA[Main line]]> - - <![CDATA[Staff line]]> - - <![CDATA[Fax]]> - - -
-
-
-
-") - -(deftest p11 (view-to-string mary :subobjects t :category :xhtml) - "

Person:

-") - -(deftest p12 (view-to-string mary :subobjects t :category :xhtml-labels) - "

Person:

-") - -(deftest p13 (view-to-string mary :subobjects t :category :xhtml-link-labels) - "

Person:

-") -