[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/tests - test_field_widget.py:1.11

Philipp von Weitershausen philikon@philikon.de
Wed, 25 Jun 2003 14:43:40 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/services/tests
In directory cvs.zope.org:/tmp/cvs-serv32346/services/tests

Modified Files:
	test_field_widget.py 
Log Message:
More XHTML compliance ("xhtml gheddon"?). Files were validated running
the following command (using the xmllint command line tool from
http://xmlsoft.org/)::

  find . -name "*pt" -exec xmllint --noout --dtdvalid \
  http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd {} \;

Emacs's grep-find mode can parse this output. Instead of specifying
the URL, one can also download the DTD to speed up the process.


=== Zope3/src/zope/app/browser/services/tests/test_field_widget.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/services/tests/test_field_widget.py:1.10	Fri Jun  6 16:44:29 2003
+++ Zope3/src/zope/app/browser/services/tests/test_field_widget.py	Wed Jun 25 14:43:10 2003
@@ -140,7 +140,7 @@
             '<option>/++etc++site/default/c2</option>'
             '<option>/++etc++site/default/c3</option>'
             '</select>'
-            '<br>'
+            '<br/>'
             'dotted name: '
             '<input type="text" name="field.X.d" value="">'
             )
@@ -160,7 +160,7 @@
             '<option selected>/++etc++site/default/c2</option>'
             '<option>/++etc++site/default/c3</option>'
             '</select>'
-            '<br>'
+            '<br/>'
             'dotted name: '
             '<input type="text" name="field.X.d" value="">'
             )
@@ -192,7 +192,7 @@
             '<option>/++etc++site/default/c2</option>'
             '<option>/++etc++site/default/c3</option>'
             '</select>'
-            '<br>'
+            '<br/>'
             'dotted name: '
             '<input type="text" name="field.X.d" value="'
             'zope.app.browser.services.tests.test_field_widget'