You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "D.J. Heap" <dj...@shadyvale.net> on 2005/06/07 14:30:20 UTC

Win32 log tests

The Windows command line support doesn't like newlines in parameters which 
is why the multiline log message tests are failing (I couldn't find a way to 
escape newlines -- anyone know if you can?).  This patch fixes the tests on 
Windows (haven't tried it on Linux).

Log:
Fix the multiline log message tests on Windows.

The Windows command line support doesn't handle newlines in parameters.

* subversion\tests\clients\cmdline\log_tests.py
   (guarantee_repos_and_wc): Use a file for commits with multiline
                             log messages.
   (log_through_copyfrom_history): Ditto.