From: Stefan F. <ste...@us...> - 2010-03-23 18:46:18
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10916/rails/game/specific/_18EU Modified Files: FinalMinorExchangeRound.java Log Message: Implementation of Rails junit testing. More details see mail to the develop list. Index: FinalMinorExchangeRound.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/FinalMinorExchangeRound.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FinalMinorExchangeRound.java 28 Feb 2010 21:38:06 -0000 1.12 --- FinalMinorExchangeRound.java 23 Mar 2010 18:45:36 -0000 1.13 *************** *** 27,32 **** public void start(Player playerToStartFMERound) { ! ReportBuffer.add("\n" ! + LocalText.getText("StartFinalMinorExchangeRound")); setCurrentPlayerIndex(playerToStartFMERound.getIndex()); --- 27,32 ---- public void start(Player playerToStartFMERound) { ! ReportBuffer.add(""); ! ReportBuffer.add(LocalText.getText("StartFinalMinorExchangeRound")); setCurrentPlayerIndex(playerToStartFMERound.getIndex()); |