Jeremy Hinds <jeremy.hinds at gmail.com>


Patch
r29633

r29633 | lgo | 2008-02-29 04:17:35 -0600 (Fri, 29 Feb 2008)

Fix the comparison between lists in the command-line client tests.

Patch by: Jeremy Hinds <jeremy.hinds at gmail.com>

* subversion/tests/cmdline/svntest/actions.py
 (run_and_verify_svn, run_and_verify_svn_match_any): compare lists for equality
  with "!=", not for object identity with "is not".