Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Test expected data, uses hard coded Unix path Separator and fails on windows #3

Closed
edgedemon opened this issue Apr 13, 2015 · 1 comment
Milestone

Comments

@edgedemon
Copy link

on file TestJdkTypes.java

replace line 13 from :

final String JSON = quote("/tmp/foo.txt");

to this:

final String JSON = quote(""+File.pathSeparator+"tmp"+File.pathSeparator+"foo.txt");

@cowtowncoder cowtowncoder added this to the 2.5.3 milestone Apr 13, 2015
@cowtowncoder
Copy link
Member

Thanks!

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