# HG changeset patch # User IBBoard # Date 1313956968 -3600 # Node ID 12a8279f116f6637310669447af23fc9b01e941f # Parent 23e7f51386fd31f270c588f72648ba1944b0d883# Parent c28ff466d00947c8969df3284b8c6a8aab806bd2 Re #341: Wrong default army size * Merge branch (should use bookmarks instead for short-lived branches) diff -r 23e7f51386fd -r 12a8279f116f .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Aug 21 21:02:48 2011 +0100 @@ -0,0 +1,5 @@ +obj/* +bin/* +test-results/* +IBBoard.WarFoundry.API.Tests.suo +IBBoard.WarFoundry.API.Tests.pidb \ No newline at end of file diff -r 23e7f51386fd -r 12a8279f116f API/Savers/Xml/WarFoundryXmlFileSaverTests.cs --- a/API/Savers/Xml/WarFoundryXmlFileSaverTests.cs Sun Aug 14 01:19:12 2011 +0000 +++ b/API/Savers/Xml/WarFoundryXmlFileSaverTests.cs Sun Aug 21 21:02:48 2011 +0100 @@ -41,12 +41,12 @@ protected override byte[] GetGameSystemContentBytes() { - return StringManipulation.StringToBytes(@""); + return StringManipulation.StringToBytes(@""); } protected override byte[] GetOtherGameSystemContentBytes() { - return StringManipulation.StringToBytes(@""); + return StringManipulation.StringToBytes(@""); } protected override byte[] GetArmyContentBytes () diff -r 23e7f51386fd -r 12a8279f116f IBBoard.WarFoundry.API.Tests.csproj --- a/IBBoard.WarFoundry.API.Tests.csproj Sun Aug 14 01:19:12 2011 +0000 +++ b/IBBoard.WarFoundry.API.Tests.csproj Sun Aug 21 21:02:48 2011 +0100 @@ -105,6 +105,7 @@ +