-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hanno Schlichting wrote: > Tres Seaver wrote: >> Hanno Schlichting wrote: >>> In general all tests pass now, when run from the eggified Zope in: >>> svn://svn.zope.org/repos/main/Zope2.buildout/trunk >> I just vendor imported mechanize 0.1.9 into the Zope SVN, and have >> changed the svn:external in my Z2 trunk checkout to point to it. I then >> made a separate tree and vendor imported ClientForm 0.2.9, including >> hacking on the faked-out package we are using to support svn:externals, >> and switched the external to point to it. >> >> At this point, the 'aqlegacy_ftest' doctest still fails in my trunk >> sandbox, as does the 'zope.testborwser.README' doctest. > > Hhm, the zope.testbrowser tests aren't run in the buildout version. It > doesn't run tests for egg dependencies. > > I tried this again and now that aqlegacy_ftest fails for me again as > well. Either a test interdependency or a timing issue I'd guess.
My hypothesis is that one or more of the 'svn:externals' changes Sidnei made to bring in 2.6-compatible packages is the culprit (maybe an interaction between several of them). I am attaching readable diff for each of 'lib/python', 'lib/python/zope', and 'lib/python/zope/app'. As an aside / vent: the reason for the now-removed EXTERNALS.txt files was to keep the canonical information about the externals in a diffable file: why subversion can't do a proper diff on its own line-oriented property is beyond me. Another benefit of an EXTERNALS.txt file was that it could be inspected in the web view of a directory, which isn't true for the svn:externals property itself. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [EMAIL PROTECTED] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJN/NL+gerLs4ltQ4RApouAJ0WUYuUh3btoXQaLNNBLISqXcVFJACgyhsB YP0uIear89z8b5qP2x6F6Gs= =slqV -----END PGP SIGNATURE-----
2,3c2,3 < ClientForm svn://svn.zope.org/repos/main/Zope3/trunk/src/ClientForm < RestrictedPython svn://svn.zope.org/repos/main/RestrictedPython/tags/3.4.2/src/RestrictedPython --- > ClientForm svn://svn.zope.org/repos/main/ClientForm/as_package/0.2.9 > RestrictedPython svn://svn.zope.org/repos/main/RestrictedPython/tags/3.4.3/src/RestrictedPython 6c6 < ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.8.1/src/ZEO --- > ZEO svn://svn.zope.org/repos/main/ZODB/branches/3.8/src/ZEO 10c10 < mechanize svn://svn.zope.org/repos/main/Zope3/trunk/src/mechanize --- > mechanize svn://svn.zope.org/repos/main/mechanize/tags/0.1.9/mechanize 17,18d16 < <
12c12 < documenttemplate svn://svn.zope.org/repos/main/zope.documenttemplate/tags/3.4.0/src/zope/documenttemplate --- > documenttemplate svn://svn.zope.org/repos/main/zope.documenttemplate/tags/3.4.2/src/zope/documenttemplate 32c32 < rdb svn://svn.zope.org/repos/main/zope.rdb/tags/3.4.0/src/zope/rdb --- > rdb svn://svn.zope.org/repos/main/zope.rdb/tags/3.4.2/src/zope/rdb 44,45c44,45 < testbrowser svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.4.2-zope2/src/zope/testbrowser < testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.3/src/zope/testing --- > testbrowser svn://svn.zope.org/repos/main/zope.testbrowser/tags/3.5.1/src/zope/testbrowser > testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.6/src/zope/testing 51d50 <
4c4 < appsetup svn://svn.zope.org/repos/main/zope.app.appsetup/tags/3.4.1/src/zope/app/appsetup --- > appsetup svn://svn.zope.org/repos/main/zope.app.appsetup/tags/3.8.0/src/zope/app/appsetup 9,10c9,10 < component svn://svn.zope.org/repos/main/zope.app.component/tags/3.4.1/src/zope/app/component < container svn://svn.zope.org/repos/main/zope.app.container/tags/3.5.3/src/zope/app/container --- > component svn://svn.zope.org/repos/main/zope.app.component/tags/3.5.0/src/zope/app/component > container svn://svn.zope.org/repos/main/zope.app.container/tags/3.6.2/src/zope/app/container 18c18 < form svn://svn.zope.org/repos/main/zope.app.form/tags/3.4.1/src/zope/app/form --- > form svn://svn.zope.org/repos/main/zope.app.form/tags/3.6.3/src/zope/app/form 33,34c33,34 < publication svn://svn.zope.org/repos/main/zope.app.publication/tags/3.4.3/src/zope/app/publication < publisher svn://svn.zope.org/repos/main/zope.app.publisher/tags/3.4.1/src/zope/app/publisher --- > publication svn://svn.zope.org/repos/main/zope.app.publication/tags/3.5.0/src/zope/app/publication > publisher svn://svn.zope.org/repos/main/zope.app.publisher/tags/3.5.1/src/zope/app/publisher 38c38 < security svn://svn.zope.org/repos/main/zope.app.security/tags/3.4.0/src/zope/app/security --- > security svn://svn.zope.org/repos/main/zope.app.security/tags/3.5.2/src/zope/app/security 43c43 < testing svn://svn.zope.org/repos/main/zope.app.testing/tags/3.4.1/src/zope/app/testing --- > testing svn://svn.zope.org/repos/main/zope.app.testing/tags/3.5.6/src/zope/app/testing
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )