Greg,
As soon as I do the merge, this will fix the last test failure on the
ev2-export branch. It looks like we've got a solid commit editor
driving Ev2.
My next target, hopefully for this week, is to implement replay using
Ev2. Since this is about reading data, and is mainly server-side, I
plan on implementing it on trunk.
-Hyrum
On Mon, Jun 11, 2012 at 12:08 PM, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Mon Jun 11 10:08:17 2012
> New Revision: 1348782
>
> URL: http://svn.apache.org/viewvc?rev=1348782&view=rev
> Log:
> In blame test 7, ensure we don't have any pre-existing properties which may
> interfere with the running of subsequent loops.
>
> * subversion/tests/cmdline/blame_tests.py
> (blame_eol_styles): For each eol-style, delete the property before
> manipulating the file.
>
> Modified:
> subversion/trunk/subversion/tests/cmdline/blame_tests.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/blame_tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/blame_tests.py?rev=1348782&r1=1348781&r2=1348782&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/blame_tests.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/blame_tests.py Mon Jun 11 10:08:17 2012
> @@ -333,6 +333,7 @@ def blame_eol_styles(sbox):
>
> # do the test for each eol-style
> for eol in ['CR', 'LF', 'CRLF', 'native']:
> + svntest.main.run_svn(None, 'propdel', 'svn:eol-style', file_path)
> svntest.main.file_write(file_path, "This is no longer the file 'iota'.\n")
>
> for i in range(1,3):
>
>
--
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2012-06-11 12:12:22 CEST