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 20:14:15 UTC

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

Author: philip
Date: Mon Feb 20 19:14:15 2012
New Revision: 1291413

URL: http://svn.apache.org/viewvc?rev=1291413&view=rev
Log:
Tweak a regression test so that it does not depend on APR's hash order.

* 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=1291413&r1=1291412&r2=1291413&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnlook_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnlook_tests.py Mon Feb 20 19:14:15 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