[Zodb-checkins] CVS: Packages/ZConfig/tests - testStorage.py:1.2
Fred L. Drake, Jr.
fred@zope.com
Fri, 22 Nov 2002 13:03:40 -0500
Update of /cvs-repository/Packages/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv27316
Modified Files:
testStorage.py
Log Message:
Update tests now that they're using unsupported values for true/false.
=== Packages/ZConfig/tests/testStorage.py 1.1 => 1.2 ===
--- Packages/ZConfig/tests/testStorage.py:1.1 Fri Nov 22 11:16:37 2002
+++ Packages/ZConfig/tests/testStorage.py Fri Nov 22 13:03:40 2002
@@ -33,7 +33,7 @@
<Storage>
type FileStorage
file_name %s
- create 1
+ create yes
</Storage>
""" % self.tmpfn
io = StringIO(sample)
@@ -51,7 +51,7 @@
<Storage>
type ClientStorage
addr %s
- wait 0
+ wait no
</Storage>
""" % self.tmpfn
io = StringIO(sample)