Skip to content

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