You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/02/20 21:23:14 UTC

svn commit: r1291429 - /subversion/trunk/subversion/tests/cmdline/svnlook_tests.py

Author: philip
Date: Mon Feb 20 20:23:14 2012
New Revision: 1291429

URL: http://svn.apache.org/viewvc?rev=1291429&view=rev
Log:
Tweak a regression test so that it does not depend on APR's hash order.
r1291413 made the same change but was reverted because I was not sure
it was correct; now I believe it is correct.

* subversion/tests/cmdline/svnlook_tests.py
  (test_txn_flag): Use UnorderedOutput since 'svnlook proplist' order is
   unknown.

Modified:
    subversion/trunk/subversion/tests/cmdline/svnlook_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnlook_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnlook_tests.py?rev=1291429&r1=1291428&r2=1291429&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnlook_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnlook_tests.py Mon Feb 20 20:23:14 2012
@@ -695,7 +695,7 @@ fp.close()"""
                     #  internal property, not really expected
                     '  svn:check-locks\n',
                     '  bogus_rev_prop\n', '  svn:date\n']
-  verify_logfile(logfilepath, expected_data)
+  verify_logfile(logfilepath, svntest.verify.UnorderedOutput(expected_data))
 
 ########################################################################
 # Run the tests