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

Make test paths relative #3

Closed
kortov opened this issue Mar 20, 2020 · 1 comment
Closed

Make test paths relative #3

kortov opened this issue Mar 20, 2020 · 1 comment
Labels
blocking bug Something isn't working
Projects

Comments

@kortov
Copy link
Owner

kortov commented Mar 20, 2020

fix this path

public static final String TEST_DIR = "/Users/liaochong/";

I've tried as
public static final String TEST_DIR = new File("").getAbsolutePath();

it works but all TEST_DIR + methods create files in IdeaProjects folder
image

@kortov kortov added the bug Something isn't working label Mar 20, 2020
@kortov kortov mentioned this issue Mar 20, 2020
@kortov kortov added this to To do in myBoard Mar 20, 2020
@kortov
Copy link
Owner Author

kortov commented Mar 21, 2020

maybe need add a path separator at the end

@kortov kortov mentioned this issue Mar 21, 2020
kortov added a commit that referenced this issue Mar 21, 2020
kortov added a commit that referenced this issue Mar 21, 2020
fixes #3 #5

change absolute paths to relative ones
kortov added a commit that referenced this issue Mar 21, 2020
fixes #3 #5

change absolute paths to relative ones
@kortov kortov moved this from To do to In progress in myBoard Mar 21, 2020
@kortov kortov moved this from In progress to Waiting for review or help in myBoard Mar 22, 2020
@kortov kortov closed this as completed Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking bug Something isn't working
Projects
myBoard
  
Waiting for review or help
Development

No branches or pull requests

1 participant