> -----Original Message----- > From: phi...@apache.org [mailto:phi...@apache.org] > Sent: maandag 23 augustus 2010 13:23 > To: comm...@subversion.apache.org > Subject: svn commit: r988074 - in > /subversion/trunk/subversion/tests/cmdline: svntest/wc.py > upgrade_tests.py > > Author: philip > Date: Mon Aug 23 11:22:51 2010 > New Revision: 988074 > > URL: http://svn.apache.org/viewvc?rev=988074&view=rev > Log: > Verify pristines after upgrade so that the tests fail as expected > in single-db. > > * subversion/tests/cmdline/upgrade_tests.py > (check_pristine): New. > (basic_upgrade, upgrade_with_externals, upgrade_1_5_body): Check > pristines. > > * subversion/tests/cmdline/upgrade_tests.py > (text_base_path): Restore MD5 support removed in r960036.
I think the real fix would be to upgrade to SHA1 (and add the mapping in the pristines table) in the upgrade step. I expected that this was already handled? Bert