You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <lg...@mobsol.be> on 2006/06/18 10:17:04 UTC

[PATCH] Test for issue 2433

Hi,

attached patch is a python test for issue 2433: "import" does not handle
eol-style correctly. 

I think it covers the exact problem described in the issue. At least, the
test fails if the change to fix issue 2433 is rolled back. 

Can someone confirm this?

thanks,

Lieven.

RE: [PATCH] Test for issue 2433 (now includes log message)

Posted by Lieven Govaerts <lg...@mobsol.be>.
Same patch.

Log message:
[[[
Followup to r17321 : Add a new test to validate the import handles the 
eol style correctly, reported as issue 2433.

* subversion/tests/cmdline/import_tests.py
  (import_eol_style): New test
  (test_list): Run the import_eol_style test.
]]]

> -----Original Message-----
> From: Lieven Govaerts [mailto:lgo@mobsol.be] 
> Sent: zondag 18 juni 2006 12:17
> To: dev@subversion.tigris.org
> Subject: [PATCH] Test for issue 2433
> 
> Hi,
> 
> attached patch is a python test for issue 2433: "import" does 
> not handle eol-style correctly. 
> 
> I think it covers the exact problem described in the issue. 
> At least, the test fails if the change to fix issue 2433 is 
> rolled back. 
> 
> Can someone confirm this?
> 
> thanks,
> 
> Lieven.
>