Fixing unit test foiled by the choice change. Adding championship timer to the main hall.
This commit is contained in:
@@ -252,6 +252,7 @@
|
||||
<select id="timerSelect">
|
||||
<option value="default">Default (45m/6m)</option>
|
||||
<option value="blitz">Blitz! (25m/3m)</option>
|
||||
<option value="WC">Championship (20m/10m)</option>
|
||||
<option value="slow">Slow (80m/10m)</option>
|
||||
<option value="glacial">Glacial (1d/1d)</option>
|
||||
</select>
|
||||
|
||||
@@ -895,6 +895,9 @@ public class IndividualCardAtTest extends AbstractAtTest {
|
||||
|
||||
assertEquals(Zone.DISCARD, athelas.getZone());
|
||||
|
||||
//Choices now ask the player which to perform if neither are possible:
|
||||
playerDecided(P1, "0");
|
||||
|
||||
// Pass
|
||||
playerDecided(P1, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user