GraphWalker / graphwalker-project

This is the repo for the Model-based testing tool GraphWalker.

Home Page:http://graphwalker.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there is a trouble in windows system when user pass the path of json file

yangislet opened this issue · comments

The "configureContext" function in the path of graphwalker-java\4.3.0\graphwalker-java-4.3.0.jar!\org\graphwalker\java\test\TestExecutor.class is not ok.This function replace the path of file,however it only support Mas OS with "/". I suggest that you should auto identify os system. Thanks!

Class.forName(path.getParent().toString().replace('/', '.') + "." + examineContext.getModel().getName()).isAssignableFrom(context.getClass())

Fixed by PR #257

Good catch!
Thanks for you report.