From 6d5ba5e27f26bfefeba42dedfa6f706f7c390f47 Mon Sep 17 00:00:00 2001 From: frigoref Date: Sun, 4 Aug 2024 14:09:12 +0200 Subject: [PATCH] sort_Battles #5 fix RemoteActionCodeTest due to renaming IBattleDelegate.getBattles to getBattleListing - required-op-codes.csv --- game-app/game-core/src/test/resources/required-op-codes.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-app/game-core/src/test/resources/required-op-codes.csv b/game-app/game-core/src/test/resources/required-op-codes.csv index 9da7f4115c..8954dfe124 100644 --- a/game-app/game-core/src/test/resources/required-op-codes.csv +++ b/game-app/game-core/src/test/resources/required-op-codes.csv @@ -127,7 +127,7 @@ 15,games.strategy.triplea.delegate.remote.IAbstractPlaceDelegate,setDelegateBridgeAndPlayer,games.strategy.engine.delegate.IDelegateBridge 0,games.strategy.triplea.delegate.remote.IAbstractPlaceDelegate,delegateCurrentlyRequiresUserInput 2,games.strategy.triplea.delegate.remote.IBattleDelegate,fightBattle,games.strategy.engine.data.Territory,boolean,games.strategy.triplea.delegate.battle.IBattle$BattleType -3,games.strategy.triplea.delegate.remote.IBattleDelegate,getBattles +3,games.strategy.triplea.delegate.remote.IBattleDelegate,getBattleListing 5,games.strategy.triplea.delegate.remote.IBattleDelegate,getCurrentBattle 7,games.strategy.triplea.delegate.remote.IBattleDelegate,getName 1,games.strategy.triplea.delegate.remote.IBattleDelegate,end