From: Stefan F. <ste...@us...> - 2010-03-23 18:46:14
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1856 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10916/rails/game/specific/_1856 Modified Files: OperatingRound_1856.java Log Message: Implementation of Rails junit testing. More details see mail to the develop list. Index: OperatingRound_1856.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/OperatingRound_1856.java,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** OperatingRound_1856.java 19 Mar 2010 20:37:53 -0000 1.32 --- OperatingRound_1856.java 23 Mar 2010 18:44:17 -0000 1.33 *************** *** 20,24 **** private Player playerToStartLoanRepayment = null; ! static { steps = new GameDef.OrStep[] { --- 20,25 ---- private Player playerToStartLoanRepayment = null; ! // static ! { steps = new GameDef.OrStep[] { |