Skip to content

Commit c76ff36

Browse files
committed
fixing a bug in the TPJ-experiment-1, in testShrineWithSinglePlayer, the smeagol test
1 parent 76b98d7 commit c76ff36

File tree

1 file changed

+2
-2
lines changed
  • src/test/java/eu/iv4xr/framework/exampleTestAgentUsage/miniDungeon/TPJ

1 file changed

+2
-2
lines changed

src/test/java/eu/iv4xr/framework/exampleTestAgentUsage/miniDungeon/TPJ/Experiment1.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void testRandom() throws Exception {
9696
}
9797
}
9898

99-
@Disabled
99+
//@Disabled
100100
@Test
101101
void testShrineWithSinglePlayer() throws Exception {
102102
for(int k=0; k<shrineTestConfigs.length; k++) {
@@ -115,7 +115,7 @@ void testShrineWithSinglePlayer() throws Exception {
115115
runTest("shrineTest_singleplayer_" + config.configname + "_" + smeagol.getId(),
116116
smeagol,null,
117117
config,
118-
new ShrineCleanTester().cleanseAllShrines(frodo, config.numberOfMaze),
118+
new ShrineCleanTester().cleanseAllShrines(smeagol, config.numberOfMaze),
119119
null,
120120
shrineTestBudget,
121121
true,true) ;

0 commit comments

Comments
 (0)