kraai@tigris.org writes:
> Modified:
> trunk/subversion/tests/clients/cmdline/diff_tests.py
> Log:
> Reported by Karl Fogel. :-)
>
> * subversion/tests/clients/cmdline/diff_tests.py
> (diff_head_of_moved_file): Comment.
Urnk? :-)
Actually, my mail wasn't about the code, it was about the log message
for revision 5580, which doesn't really convey what the change is
about.
-K
> Modified: trunk/subversion/tests/clients/cmdline/diff_tests.py
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/diff_tests.py (original)
> +++ trunk/subversion/tests/clients/cmdline/diff_tests.py Tue Apr 8 09:35:36 2003
> @@ -840,6 +840,8 @@
> new_mu_path = mu_path + '.new'
>
> svntest.main.run_svn(None, 'mv', mu_path, new_mu_path)
> +
> + # Modify the file to ensure that the diff is non-empty.
> svntest.main.file_append(new_mu_path, "\nActually, it's a new mu.")
>
> diff_output, err_output = svntest.main.run_svn(None, 'diff', '-r', 'HEAD',
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 8 17:03:39 2003