changeset 237:833f72be715a default tip

* Remove rogue print statements
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Nov 2012 20:58:48 +0000
parents be409428bbea
children
files API/Factories/Xml/WarFoundryXmlFactoryUtilTest.cs API/Factories/Xml/WarFoundryXmlRaceFactoryTest.cs API/Factories/Xml/WarFoundryXmlSystemFactoryTest.cs
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)));
 			}
--- 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)));
 			}
--- 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)));
 			}