[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/configuration/tests - test_configurationstatuswidget.py:1.2
Guido van Rossum
guido@python.org
Mon, 14 Apr 2003 14:03:39 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv26506
Modified Files:
test_configurationstatuswidget.py
Log Message:
Make the three symbolic constants 8-bit strings. They are not
intended to be translated or human-readable (except to the extent that
programmers are humans).
=== Zope3/src/zope/app/browser/services/configuration/tests/test_configurationstatuswidget.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/services/configuration/tests/test_configurationstatuswidget.py:1.1 Fri Mar 21 16:09:34 2003
+++ Zope3/src/zope/app/browser/services/configuration/tests/test_configurationstatuswidget.py Mon Apr 14 14:03:38 2003
@@ -58,7 +58,7 @@
' Active</label>'
)
- widget.setData(u"Active")
+ widget.setData("Active")
text = ' '.join(widget().split())
self.assertEqual(
text,