diff API/WarFoundryLoaderTest.cs @ 35:4302e6b2c5c1

Re #228: Crash with missing abilityID * Update tests to match new refactored classes * Add expected message to missing game system error test * Re-implement missing ability test
author IBBoard <dev@ibboard.co.uk>
date Thu, 24 Dec 2009 19:46:30 +0000
parents a4e7e938d065
children d1ec7618f812
line wrap: on
line diff
--- a/API/WarFoundryLoaderTest.cs	Thu Dec 24 14:55:35 2009 +0000
+++ b/API/WarFoundryLoaderTest.cs	Thu Dec 24 19:46:30 2009 +0000
@@ -24,7 +24,7 @@
 		[Test()]
 		public void TestLoadingSystemCompletesWithoutError()
 		{
-			WarFoundryLoader loader = WarFoundryLoader.GetDefault();
+			AbstractWarFoundryLoader loader = WarFoundryLoader.GetDefault();
 			DirectoryInfo dir = new DirectoryInfo("testdata");
 			loader.RegisterFactory(GetSystemFactory());
 			loader.AddLoadDirectory(dir);