Skip to content

Fixed windows tests failing due to line separators issues#342

Open
lidong19941207 wants to merge 1 commit intoneo4j:masterfrom
lidong19941207:patch-1
Open

Fixed windows tests failing due to line separators issues#342
lidong19941207 wants to merge 1 commit intoneo4j:masterfrom
lidong19941207:patch-1

Conversation

@lidong19941207
Copy link

Fixed DefaultGraphCatalogApplicationsTest on windows

Some DefaultGraphCatalogApplicationsTest were failing on Windows due to differences in CR;LF with
Unix. Replacing the hardcoded '\n' in these tests with a call to
System.lineSeparator() which returns '\n' on Unix and '\r\n' on
Windows fixed the problem.

Fix DefaultGraphCatalogApplicationsTest
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.

1 participant