[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/browser/content/tests/folder.txt - tweaking

Yvo Schubbe cvs-admin at zope.org
Mon Jul 23 09:23:37 UTC 2012


Log message for revision 127372:
  - tweaking

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/content/tests/folder.txt

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/content/tests/folder.txt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/content/tests/folder.txt	2012-07-23 09:09:57 UTC (rev 127371)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/content/tests/folder.txt	2012-07-23 09:23:23 UTC (rev 127372)
@@ -24,25 +24,25 @@
     >>> browser.open('http://localhost/site/@@edit.html?form.sort_key=Type')
     >>> 'name="form.sort_key" type="hidden" value="Type"' in browser.contents
     True
-    >>> '<a href="http://localhost/site/@@edit.html?form.sort_key=Type&amp;form.reverse=1">' \
+    >>> 'href="http://localhost/site/@@edit.html?form.sort_key=Type&amp;form.reverse=1">' \
     ... in browser.contents
     True
     >>> browser.open('http://localhost/site/@@edit.html?form.sort_key=getId')
     >>> 'name="form.sort_key" type="hidden" value="getId"' in browser.contents
     True
-    >>> '<a href="http://localhost/site/@@edit.html?form.sort_key=getId&amp;form.reverse=1">' \
+    >>> 'href="http://localhost/site/@@edit.html?form.sort_key=getId&amp;form.reverse=1">' \
     ... in browser.contents
     True
     >>> browser.open('http://localhost/site/@@edit.html?form.sort_key=modified')
     >>> 'name="form.sort_key" type="hidden" value="modified"' in browser.contents
     True
-    >>> '<a href="http://localhost/site/@@edit.html?form.sort_key=modified&amp;form.reverse=1">' \
+    >>> 'href="http://localhost/site/@@edit.html?form.sort_key=modified&amp;form.reverse=1">' \
     ... in browser.contents
     True
     >>> browser.open('http://localhost/site/@@edit.html?form.sort_key=position')
     >>> 'name="form.sort_key" type="hidden" value="position"' in browser.contents
     True
-    >>> '<a href="http://localhost/site/@@edit.html?form.sort_key=position&amp;form.reverse=1">' \
+    >>> 'href="http://localhost/site/@@edit.html?form.sort_key=position&amp;form.reverse=1">' \
     ... in browser.contents
     False
 



More information about the checkins mailing list