[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Regression Test Failure on 1.0.1

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-13 01:09:45 CET

David Summers <david@summersoft.fay.ar.us> writes:

> CMD: svn <TIME = 0.109746>
> PASS: getopt_tests.py 1: run svn with no arguments
> CMD: svn "--version" "--config-dir"
> "/home/david/rpms/build/subversion-1.0.1/subversion/tests/clients/cmdline/local_tmp/config"
> <TIME = 0.022864>
> Standard output does not match.
> Expected standard output:
> =====
> svn, version X.Y.Z
>
> Copyright (C) YYYY-YYYY CollabNet
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> =====
> Actual standard output:
> =====
> svn, version 1.0.1

$ svn diff -r8808:8809 http://svn.collab.net/repos/svn/branches/1.0.0/subversion/tests/clients/cmdline/getopt_tests.py
Index: getopt_tests.py
===================================================================
--- getopt_tests.py (revision 8808)
+++ getopt_tests.py (revision 8809)
@@ -63,9 +63,10 @@
 # This is a list of lines to search and replace text on.
 rep_lines_res = [
                  # In 'svn --version', this line varies, for example:
- # "Subversion Client, version 0.10.2 (dev build)"
- # "Subversion Client, version 0.10.2 (r1729)"
- (re.compile(r'version \d+\.\d+\.\d+ \(.*\)'),
+ # "svn, version 0.10.2 (dev build)"
+ # "svn, version 0.10.2 (r1729)"
+ # "svn, version 1.0.0"
+ (re.compile(r'version \d+\.\d+\.\d+( \(.*\))?'),
                   'version X.Y.Z '),
                  # The copyright end date keeps changing; fix forever.
                  (re.compile(r'Copyright \(C\) 2000-\d+ CollabNet\.'),

That was a change on the "temporary" 1.0.0 branch that didn't make it
back onto the 1.0.x branch :-(

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 13 01:10:04 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.