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

Useless test in getopt_tests.py

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-03 20:27:38 CET

This test in getopt_tests.py seems pretty useless unless someone
rewrites it.

CMD: svn "--version"
Standard output does not match.
Expected standard output:
['svn, version X.Y.Z \n', '\n', 'Copyright (C) 2000-2002 CollabNet.\n',
'Subversion is open source software, see
http://subversion.tigris.org/\n', '\n', 'The
following repository access (RA) modules are available:\n', '\n', '*
ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.\n', " - handles 'http' schema\n", '* ra_local : Module for
accessing a repository on local disk.\n', '\n']

Actual standard output:
['svn, version X.Y.Z \n', '\n', 'Copyright (C) 2000-2002 CollabNet.\n',
'Subversion is open source software, see
http://subversion.tigris.org/\n', '\n', 'The
following repository access (RA) modules are available:\n', '\n', '*
ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.\n', " - handles 'http' schema\n", '* ra_local : Module for
accessing a repository on local disk.\n', '* ra_svn : Module for
accessing a repository using the svn network protocol.\n', " - handles
'svn' schema\n", '\n']

FAIL: getopt_tests.py 2: run svn --version

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 3 20:26:12 2002

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.