[CMF-checkins] CVS: CMF - test_NewsItem.py:1.2
Jeffrey Shell
jeffrey@digicool.com
Tue, 5 Jun 2001 19:03:47 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault/tests
In directory korak.digicool.com:/home/jeffrey/InstanceHomes/about-stuff/CMF/CMFDefault/tests
Modified Files:
test_NewsItem.py
Log Message:
Modified 'contributors' header to reflect new handling of this meta
data (split on semicolons instead of strings).
--- Updated File test_NewsItem.py in package CMF --
--- test_NewsItem.py 2001/05/23 17:00:44 1.1
+++ test_NewsItem.py 2001/06/05 23:03:47 1.2
@@ -8,7 +8,7 @@
<head>
<title>Title in tag</title>
<meta name="description" content="Describe me">
- <meta name="contributors" content="foo@bar.com baz@bam.net">
+ <meta name="contributors" content="foo@bar.com; baz@bam.net">
</head>
<body bgcolor="#ffffff">
<h1>Not a lot here</h1>
@@ -30,7 +30,7 @@
BASIC_STRUCTUREDTEXT = '''\
Title: My NewsItem
Description: A news item by me
-Contributors: foo@bar.com baz@bam.net no@yes.maybe
+Contributors: foo@bar.com; baz@bam.net; no@yes.maybe
This is the header and it supercedes the title