[Zope3-checkins] CVS: Zope3/src/zope/i18n/tests -
test_negotiator.py:1.9
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Feb 27 17:27:25 EST 2004
Update of /cvs-repository/Zope3/src/zope/i18n/tests
In directory cvs.zope.org:/tmp/cvs-serv19956/src/zope/i18n/tests
Modified Files:
test_negotiator.py
Log Message:
forgot about the name change.
=== Zope3/src/zope/i18n/tests/test_negotiator.py 1.8 => 1.9 ===
--- Zope3/src/zope/i18n/tests/test_negotiator.py:1.8 Fri Feb 27 17:25:23 2004
+++ Zope3/src/zope/i18n/tests/test_negotiator.py Fri Feb 27 17:27:24 2004
@@ -36,7 +36,7 @@
def setUp(self):
super(NegotiatorTest, self).setUp()
- self.Negotiator = Negotiator()
+ self.negotiator = Negotiator()
def test_findLanguages(self):
More information about the Zope3-Checkins
mailing list