Fixed generated wlgb file root.

This commit is contained in:
Winston Li 2015-01-11 12:19:01 +00:00
parent 517792517c
commit a9c8deca7f

View file

@ -39,7 +39,7 @@ public class WLGitBridgeIntegrationTest {
@Before
public void startMockSnapshotAPIServer() throws URISyntaxException {
server = new MockSnapshotServer(Paths.get(getClass().getResource("/uk/ac/ic/wlgitbridge/WLGitBridgeIntegrationTest/").toURI()).toFile());
server = new MockSnapshotServer(getResource("/").toFile());
server.start();
}