You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2006/11/24 15:36:06 UTC

[jira] Closed: (DERBY-2116) Test files missing svn:eol-style

     [ http://issues.apache.org/jira/browse/DERBY-2116?page=all ]

Knut Anders Hatlen closed DERBY-2116.
-------------------------------------

    Fix Version/s: 10.3.0.0
       Resolution: Fixed

for i in `find java/testing -name "*.sql" -o -name "*.java"`; do
    svn proplist $i | grep svn:eol-style > /dev/null || svn propset svn:eol-style native $i
done

Committed revision 478891.

> Test files missing svn:eol-style
> --------------------------------
>
>                 Key: DERBY-2116
>                 URL: http://issues.apache.org/jira/browse/DERBY-2116
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.3.0.0
>            Reporter: Knut Anders Hatlen
>         Assigned To: Knut Anders Hatlen
>            Priority: Trivial
>             Fix For: 10.3.0.0
>
>
> The following files don't have the svn:eol-style property:
> functionTests/harness/ibm15.java
> functionTests/tests/i18n/MessageBundleTest.java
> functionTests/tests/store/LogDeviceTest.java
> functionTests/tests/storetests/st_derby1189.sql
> functionTests/tests/tools/IJRunScriptTest.java
> junit/SystemPropertyTestSetup.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira