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

rMacOS X: Test failure with r1682+

From: Christian Schaffner <schaffner_at_eeh.ee.ethz.ch>
Date: 2002-04-15 16:34:52 CEST

Hi

I did a subversion package for fink (http://fink.sourceforge.net) on
MacOS X. Tarball r1587 worked fine. Today I upgraded the package to
r1682+ and got the following test failure:

---------------------------
  make check
Running all tests in path-test...success
Running all tests in random-test...success
Running all tests in hashdump-test...success
Running all tests in stringtest...success
Running all tests in translate-test...success
Running all tests in svn-test.sh...success
Running all tests in svn-test2.sh...success
Running all tests in target-test.sh...success
Running all tests in run-fs-tests.sh...success
Running all tests in run-repos-tests.sh...success
Running all tests in getopt_tests.py...FAILURE
Running all tests in basic_tests.py...success
Running all tests in commit_tests.py...success
Running all tests in update_tests.py...success
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in svnadmin_tests.py...success
At least one test FAILED, checking
/sw/src/subversion-r1682+-1/subversion-r1682+/tests.log
FAIL: getopt_tests.py 2: run svn --version
---------------------------

The relevant output from the tests.log file looks like this:
---------------------------
START: getopt_tests.py
PASS: getopt_tests.py 1: run svn with no arguments
Standard output does not match.
Expected standard output:
['Subversion Client, version X.Y.Z (dev build)\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:
['Subversion Client, version X.Y.Z (r1692)\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']

FAIL: getopt_tests.py 2: run svn --version
PASS: getopt_tests.py 3: run svn --help
PASS: getopt_tests.py 4: run svn help
PASS: getopt_tests.py 5: run svn help --version
PASS: getopt_tests.py 6: run svn help bogus-cmd
PASS: getopt_tests.py 7: run svn help log switch
END: getopt_tests.py
---------------------------

Has anybody got any ideas why this could have happened? The package
still works fine and I was able to check out a working copy of the
subversion source tree without any problems.

Thanks,
Chris.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 15 16:36:06 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.