[Checkins] SVN: zc.buildout/branches/help-api/src/zc/buildout/tests.py added another renomralizer to deal with differences is setuptools

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:23:22 EDT 2009


Log message for revision 98524:
  added another renomralizer to deal with differences is setuptools
  zip-safeness on windows.

Changed:
  U   zc.buildout/branches/help-api/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/branches/help-api/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/tests.py	2009-03-29 21:23:15 UTC (rev 98523)
+++ zc.buildout/branches/help-api/src/zc/buildout/tests.py	2009-03-29 21:23:22 UTC (rev 98524)
@@ -3108,13 +3108,13 @@
             'allowhosts.txt', 'unzip.txt',
             setUp=easy_install_SetUp,
             tearDown=zc.buildout.testing.buildoutTearDown,
-
             checker=renormalizing.RENormalizing([
                zc.buildout.testing.normalize_path,
                zc.buildout.testing.normalize_script,
                zc.buildout.testing.normalize_egg_py,
                normalize_bang,
-               (re.compile('extdemo[.]pyd'), 'extdemo.so')
+               (re.compile('extdemo[.]pyd'), 'extdemo.so'),
+               (re.compile('[-d]  setuptools-\S+[.]egg'), 'setuptools.egg'),
                ]),
             ),
         doctest.DocTestSuite(



More information about the Checkins mailing list