[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZODB/tests/blob_layout.txt Fixed a test bug that wasn't effective on the machine the test was
Jim Fulton
jim at zope.com
Thu Sep 4 13:39:42 EDT 2008
Log message for revision 90817:
Fixed a test bug that wasn't effective on the machine the test was
written on.
Changed:
U ZODB/branches/3.8/src/ZODB/tests/blob_layout.txt
-=-
Modified: ZODB/branches/3.8/src/ZODB/tests/blob_layout.txt
===================================================================
--- ZODB/branches/3.8/src/ZODB/tests/blob_layout.txt 2008-09-04 16:33:23 UTC (rev 90816)
+++ ZODB/branches/3.8/src/ZODB/tests/blob_layout.txt 2008-09-04 17:39:42 UTC (rev 90817)
@@ -215,7 +215,7 @@
with the same sizes and permissions:
>>> lawn_files = {}
->>> for base, dirs, files in os.walk(d):
+>>> for base, dirs, files in os.walk(old):
... for file_name in files:
... lawn_files[file_name] = os.path.join(base, file_name)
More information about the Zodb-checkins
mailing list