TestSmells / TestFileMapping

This program maps the specified test file with the the production (SUT) file
GNU General Public License v3.0
0 stars 2 forks source link

Add Linux path separator support #3

Open victorgveloso opened 4 years ago

victorgveloso commented 4 years ago

I made some minor changes to TestFile.java (refactoring + changed hard code usage of "\" by File.separator). Please test it. I don't have windows, so I couldn't test for regressions.