Hello,
When I did the first run of the tests, I found that some tests of the
getopt_tests.py file were failing. When I started looking for the
reason why the tests failed, I found that just the expectations of
them are wrong. This patch fixes these tests.
[[[
Update expectations of the getopt tests.
The message about a reminder to use the -v argument to show experimental
subcommands was added in r1866272, but the expectations of the getopt_tests.py
didn't change, so these tests were failing.
* subversion/tests/cmdline/getopt_tests_data/svn--help_stdout,
subversion/tests/cmdline/getopt_tests_data/svn_help_stdout:
(): Add the '(Use '-v' to show experimental subcommands.)' line to the
expectations of the tests.
]]]
--
Timofei Zhakov
Index: subversion/tests/cmdline/getopt_tests_data/svn--help_stdout
===================================================================
--- subversion/tests/cmdline/getopt_tests_data/svn--help_stdout (revision
1917957)
+++ subversion/tests/cmdline/getopt_tests_data/svn--help_stdout (working copy)
@@ -48,5 +48,7 @@ Available subcommands:
update (up)
upgrade
+(Use '-v' to show experimental subcommands.)
+
Subversion is a tool for version control.
For additional information, see https://subversion.apache.org/
Index: subversion/tests/cmdline/getopt_tests_data/svn_help_stdout
===================================================================
--- subversion/tests/cmdline/getopt_tests_data/svn_help_stdout (revision
1917957)
+++ subversion/tests/cmdline/getopt_tests_data/svn_help_stdout (working copy)
@@ -48,5 +48,7 @@ Available subcommands:
update (up)
upgrade
+(Use '-v' to show experimental subcommands.)
+
Subversion is a tool for version control.
For additional information, see https://subversion.apache.org/