Skip to content

Commit

Permalink
Write Config data in test to other files
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyimin committed Oct 29, 2016
1 parent d592466 commit 92893d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void setup() {
targetedJumpIndex = -1; // non yet
targetedPanelType = null;

Config.setConfigFile(Config.DEFAULT_CONFIG_FILE);
Config.setConfigFile("./src/test/data/sandbox/LogicManagerTestBase/TypicalConfig.json");
}

@After
Expand Down

0 comments on commit 92893d2

Please sign in to comment.