[Zope3-checkins] CVS: Zope3/src/zope/component/tests - test_api.py:1.6
Albertas Agejevas
alga@codeworks.lt
Thu, 13 Mar 2003 13:49:43 -0500
Update of /cvs-repository/Zope3/src/zope/component/tests
In directory cvs.zope.org:/tmp/cvs-serv1411/src/zope/component/tests
Modified Files:
test_api.py
Log Message:
An unexpected raid by the Whitespace Police.
Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.
=== Zope3/src/zope/component/tests/test_api.py 1.5 => 1.6 ===
--- Zope3/src/zope/component/tests/test_api.py:1.5 Thu Feb 6 01:50:08 2003
+++ Zope3/src/zope/component/tests/test_api.py Thu Mar 13 13:49:12 2003
@@ -190,7 +190,7 @@
getView, ob, 'foo2', Request(I2))
self.assertEquals(queryView(ob, 'foo2', Request(I2), Test), Test)
- self.assertEquals(queryView( ob, 'foo2', Request(I1), None), None)
+ self.assertEquals(queryView(ob, 'foo2', Request(I1), None), None)
def testViewWithContextArgument(self):
# Basically the same as testView, but exercising the context