X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=tests.lisp;h=6a1853a8189386ee4e452fdf89d1eae0ab62c167;hp=31bd7fafeb8bf239182e9e736c8de67ca238d285;hb=5de0b4ebdcffc6438060a08ceeb582f013aca25b;hpb=ad24378821413cd0ca0f4f13cc6cc8945fc593ac diff --git a/tests.lisp b/tests.lisp index 31bd7fa..6a1853a 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: tests.lisp,v 1.8 2003/06/17 06:33:54 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -127,275 +127,3 @@ 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:

-") -