You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/01/25 12:42:27 UTC

svn propchange: r1897452 - svn:log

Author: danielsh
Revision: 1897452
Modified property: svn:log

Modified: svn:log at Tue Jan 25 12:42:27 2022
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 25 12:42:27 2022
@@ -8,14 +8,4 @@ svntest.Failure) by such validation.  Se
 [1] https://mail-archives.apache.org/mod_mbox/subversion-dev/202201.mbox/%3C20220125113122.GA26658%40tarpaulin.shahaf.local2%3E
 
 * subversion/tests/cmdline/svntest/main.py
-  (run_command_stdin): Smoke test the variadic arguments.--- a/subversion/tests/cmdline/svntest/main.py
-+++ b/subversion/tests/cmdline/svntest/main.py
-@@ -616,6 +616,8 @@
- 
-   start = time.time()
- 
-+  assert all(isinstance(arg, (str, unicode, int)) for arg in varargs)
-+
-   exit_code, stdout_lines, stderr_lines = spawn_process(command,
-                                                         bufsize,
-                                                         binary_mode,
+  (run_command_stdin): Smoke test the variadic arguments.