[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: r17550 - trunk/subversion/tests/clients/cmdline/svntest
From:       malcolm () tigris ! org
Date:       2005-11-29 12:30:35
Message-ID: 200511291313.jATDDm405013 () morbius ! ch ! collab ! net
[Download RAW message or body]

Author: malcolm
Date: Tue Nov 29 07:13:45 2005
New Revision: 17550

Modified:
   trunk/subversion/tests/clients/cmdline/svntest/actions.py

Log:
When running the command-line tests, check the output of stderr before
checking stdout, since a difference in the former is likely to be a
better immediate indicator of what the problem is than the latter.

* subversion/tests/clients/cmdline/svntest/actions.py
  (run_and_verify_svn): Exchange order of stdout and stderr checks so
    that stderr is checked first.


Modified: trunk/subversion/tests/clients/cmdline/svntest/actions.py
Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/tests/clients/cmdline/svntest/ \
actions.py?rev=17550&p1=trunk/subversion/tests/clients/cmdline/svntest/actions.py&p2=trunk/subversion/tests/clients/cmdline/svntest/actions.py&r1=17549&r2=17550
 ==============================================================================
--- trunk/subversion/tests/clients/cmdline/svntest/actions.py	(original)
+++ trunk/subversion/tests/clients/cmdline/svntest/actions.py	Tue Nov 29 07:13:45 \
2005 @@ -182,8 +182,8 @@
   out, err = main.run_svn(want_err, *varargs)
 
   for (expected, actual, output_type, raisable) in (
-      (expected_stdout, out, 'stdout', SVNExpectedStdout),
-      (expected_stderr, err, 'stderr', SVNExpectedStderr)):
+      (expected_stderr, err, 'stderr', SVNExpectedStderr),
+      (expected_stdout, out, 'stdout', SVNExpectedStdout)):
     if type(expected) is type([]):
       compare_and_display_lines(message, output_type.upper(), expected, actual)
     elif type(expected) is type(''):

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic