# HG changeset patch # User IBBoard # Date 1352235528 0 # Node ID 833f72be715aeddf97853fbd382c35855617c1db # Parent be409428bbea9259d1367fb2aac1fd5253f45e28 * Remove rogue print statements diff -r be409428bbea -r 833f72be715a API/Factories/Xml/WarFoundryXmlFactoryUtilTest.cs --- a/API/Factories/Xml/WarFoundryXmlFactoryUtilTest.cs Mon Aug 06 20:51:34 2012 +0100 +++ b/API/Factories/Xml/WarFoundryXmlFactoryUtilTest.cs Tue Nov 06 20:58:48 2012 +0000 @@ -55,7 +55,6 @@ } catch (InvalidFileException ex) { - Console.WriteLine(ex.Message); Exception innerException = ex.InnerException; Assert.That(innerException, Is.InstanceOfType(typeof(XmlSchemaValidationException))); } diff -r be409428bbea -r 833f72be715a API/Factories/Xml/WarFoundryXmlRaceFactoryTest.cs --- a/API/Factories/Xml/WarFoundryXmlRaceFactoryTest.cs Mon Aug 06 20:51:34 2012 +0100 +++ b/API/Factories/Xml/WarFoundryXmlRaceFactoryTest.cs Tue Nov 06 20:58:48 2012 +0000 @@ -421,7 +421,6 @@ } catch (InvalidFileException ex) { - Console.WriteLine(ex.Message); Exception innerException = ex.InnerException; Assert.That(innerException, Is.InstanceOfType(typeof(XmlSchemaValidationException))); } diff -r be409428bbea -r 833f72be715a API/Factories/Xml/WarFoundryXmlSystemFactoryTest.cs --- a/API/Factories/Xml/WarFoundryXmlSystemFactoryTest.cs Mon Aug 06 20:51:34 2012 +0100 +++ b/API/Factories/Xml/WarFoundryXmlSystemFactoryTest.cs Tue Nov 06 20:58:48 2012 +0000 @@ -107,7 +107,6 @@ } catch (InvalidFileException ex) { - Console.WriteLine(ex.Message); Exception innerException = ex.InnerException; Assert.That(innerException, Is.InstanceOfType(typeof(XmlSchemaValidationException))); }