Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test SubstitutionStepdefs#I_should_receive_an_email_with_the_body fails on Windows platform #906

Closed
lehmann opened this issue Sep 2, 2015 · 2 comments

Comments

@lehmann
Copy link

lehmann commented Sep 2, 2015

The test is failing when runs on Windows. Apparently is a problem with line termination character.

org.junit.ComparisonFailure: expected:<Dear Jojo Binks,[
You have been granted Admin rights.  You are able to manage any user account on the system. Please be responsible.]
-The Admins> but was:<Dear Jojo Binks,[
You have been granted Admin rights.  You are able to manage any user account on the system. Please be responsible.
]
-The Admins>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at cucumber.runtime.java.test.SubstitutionStepdefs.I_should_receive_an_email_with_the_body(SubstitutionStepdefs.java:38)
    at ✽.Then I should receive an email with the body:(cucumber/runtime/java/test/scenario_outline_substitution.feature:5)
@sebrose
Copy link
Member

sebrose commented Sep 1, 2016

Fixed

@sebrose sebrose closed this as completed Sep 1, 2016
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants