diff MockObjects/MockFactory.cs @ 3:40b31dfd6a46

Update tests (one currently fails because of "end of stream" that doesn't occur when using factories normally) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Jan 2009 13:54:18 +0000
parents faf976fe57df
children 4222cfa99c78
line wrap: on
line diff
--- a/MockObjects/MockFactory.cs	Fri Dec 19 16:44:56 2008 +0000
+++ b/MockObjects/MockFactory.cs	Sun Jan 25 13:54:18 2009 +0000
@@ -44,11 +44,6 @@
 		{
 			return true;
 		}
-
-		public override void CompleteLoading (IWarFoundryStagedLoadObject obj)
-		{
-			//Do nothing
-		}
 		
 		protected override Army CreateArmyFromStream (ZipFile file, Stream dataStream)
 		{