[Zope3-checkins] CVS: Zope3/src/zope/app/fssync/tests - test_fsregistry.py:1.2
Steve Alexander
steve@cat-box.net
Mon, 30 Jun 2003 12:52:50 -0400
Update of /cvs-repository/Zope3/src/zope/app/fssync/tests
In directory cvs.zope.org:/tmp/cvs-serv22768/src/zope/app/fssync/tests
Modified Files:
test_fsregistry.py
Log Message:
Removed a bunch of TABS.
Wasn't there some talk a while ago about a script in the repository
that would reject checkins of .py files containing tabs?
=== Zope3/src/zope/app/fssync/tests/test_fsregistry.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/fssync/tests/test_fsregistry.py:1.1 Thu May 8 12:56:12 2003
+++ Zope3/src/zope/app/fssync/tests/test_fsregistry.py Mon Jun 30 12:52:49 2003
@@ -39,7 +39,7 @@
""" Test Class and Factory registration and getSynchronizer to get
appropriate factory for that class.
"""
- self.assertRaises(NotFoundError, getSynchronizer, C1())
+ self.assertRaises(NotFoundError, getSynchronizer, C1())
provideSynchronizer(C1, CFileAdapter)
cl = C1()