From: Stefan F. <ste...@we...> - 2012-10-26 05:16:39
|
Erik, you were right. It does not happen in master as there is the fix missing that a free tile lay is not allowed if the potential costs are not covered by the companies treasury (this is only in Rails 1.7.x). It would require adding a Skip action to the test cases. Details for 1835_PR_3rdTrain see below. Stefan 1835_PR_3rdTrain: Both the save file and the report file do not differ. Reload is not possible as there is a skip action missing at the time that OBB offers an extra tile lay. Start of Operating Round 5.2 ... BY (Alice) operates. BY lays tile #214 at hex J6/SE for 50M BY earns 330M BY pays out full dividend of 330M ... Sequence of Actions: Action 216 Alice: LayTile tile=214 hex=J6 orientation=5 tokens=null Action 217 Alice: Skip Action 218 Alice: SetDividend: BY, settable, previous=240M, new=330M, allowed=PAYOUT,WITHHOLD, chosen=PAYOUT Action 219 Alice: Done The skip here is required to skip the token step. However after laying Tile 214 on hex J6, BY should still be offered the extra (and free) tile lay on M17 due to the OBB private, but that does not happen as BY has only 20 remaining (and a tile lay on M17 potentially costs 50). This requires an additional skip which is missing in the game file. On 10/17/2012 05:02 PM, Erik Vos wrote: > Sending this failed the first time, this is a retry. > >> -----Original Message----- >> From: Erik Vos [mailto:eri...@xs...] >> Sent: Wednesday, October 17, 2012 2:47 PM >> To: 'Development list for Rails: an 18xx game' >> Subject: RE: [Rails-devel] next 1835 bug >> >> Stefan, >> >>> There are two test for 1835 which fail for several releases already, >>> so I usually ignore them, but maybe you have some time to check them. >>> (Just run the test cases it will show which one are problematic). >> >> I see no test case failures for 1835. >> Could it be that fixes to .rails files exist in master that have escaped > your >> attention? >> >> Erik. > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |