chovanecm / snow-script-sync

Download all scripts from your servicenow instance and edit them in your favourite IDE
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Tests fail with "." in class path instead of "/" #4

Closed mikebski closed 5 years ago

mikebski commented 5 years ago

Tests are failing because of getResource("/x.y.z") instead of getResource("/x/y/z") and if directories already exist the tests fail.

mikebski commented 5 years ago

Looks good