diff Lang/TranslationTest.cs @ 24:948317c89fad

Re #32: Add staged loading of translations * Separate out test data by purpose * Add test of loading inherited XML
author IBBoard <dev@ibboard.co.uk>
date Fri, 09 Apr 2010 19:51:50 +0000
parents b3bc581a8433
children 31fdc90f3556
line wrap: on
line diff
--- a/Lang/TranslationTest.cs	Fri Apr 09 19:35:35 2010 +0000
+++ b/Lang/TranslationTest.cs	Fri Apr 09 19:51:50 2010 +0000
@@ -12,7 +12,7 @@
 	public class TranslationTest
 	{
 		private const string TEST_ID = "testString";
-		private const string TEST_DATA_PATH = "test-data";
+		private const string TEST_DATA_PATH = "test-data/TranslationTests";
 		
 		[SetUp()]
 		public void Setup()