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

fix LauncherTest, which fails on MS Windows #919

Merged
merged 1 commit into from Oct 30, 2016

Conversation

pvojtechovsky
Copy link
Collaborator

MS Windows uses backslash in file system path therefore this:
assertTrue(inputSources.get(0).getPath().contains("src/main/java"));
always fails on MS Windows

MS Windows uses backslash in file system path therefore this:
assertTrue(inputSources.get(0).getPath().contains("src/main/java"));
always fails on MS Windows
@monperrus monperrus merged commit a694956 into INRIA:master Oct 30, 2016
@monperrus
Copy link
Collaborator

thanks!

@pvojtechovsky pvojtechovsky deleted the fixLauncherTestOnMSWindows branch October 30, 2016 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants