GitHub user apupier opened a pull request:

    https://github.com/apache/camel/pull/1311

    CAMEL-10515 - Fix test on Windows

    - depending on Git strategy, line endings can be converted to CRLF (the
    default windows EOL) or kept to LF (the default Linux EOL and how files
    are stored on the git repository for Camel project)
    - test changed to create files in the test in order to use the system
    EOL and don't make assumptions on the git strategy

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apupier/camel CAMEL-10515-FixEOLIssuesInTests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1311.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1311
    
----
commit 79d862fdd590a5ca160f42220d1f41df1018c059
Author: Aurelien Pupier <apup...@redhat.com>
Date:   2016-11-25T09:03:48Z

    CAMEL-10515 - Fix test on Windows
    
    - depending on Git strategy, line endings can be converted to CRLF (the
    default windows EOL) or kept to LF (the default Linux EOL and how files
    are stored on the git repository for Camel project)
    - test changed to create files in the test in order to use the system
    EOL and don't make assumptions on the git strategy

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to