[Checkins] SVN: zc.buildout/branches/2/src/zc/buildout/tests.py fixed a test for all Python versions supported by consistently relying on a newly introduced normalizer for pyc files in directory listings

Thomas Lotze tl at gocept.com
Tue May 17 02:21:14 EDT 2011


Log message for revision 121683:
  fixed a test for all Python versions supported by consistently relying on a newly introduced normalizer for pyc files in directory listings

Changed:
  U   zc.buildout/branches/2/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/branches/2/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/branches/2/src/zc/buildout/tests.py	2011-05-17 05:47:42 UTC (rev 121682)
+++ zc.buildout/branches/2/src/zc/buildout/tests.py	2011-05-17 06:21:14 UTC (rev 121683)
@@ -1164,6 +1164,7 @@
     >>> ls('recipe')
     l  another-file
     -  foo.py
+    -  foo.pyc
     d  recipe.egg-info
     -  setup.py
     -  some-file



More information about the checkins mailing list