Index: trunk/src/Dam/Tests/ComparisonTestRunner.cs =================================================================== diff -u -r7 -r17 --- trunk/src/Dam/Tests/ComparisonTestRunner.cs (.../ComparisonTestRunner.cs) (revision 7) +++ trunk/src/Dam/Tests/ComparisonTestRunner.cs (.../ComparisonTestRunner.cs) (revision 17) @@ -37,7 +37,7 @@ public static string GetDataPath() { string basePath = AppDomain.CurrentDomain.BaseDirectory; - while (!basePath.ToLower().EndsWith("sources")) + while (!basePath.ToLower().EndsWith("src")) { basePath = Directory.GetParent(basePath).ToString(); } @@ -54,7 +54,7 @@ public static string GetBinReleasePath() { string basePath = AppDomain.CurrentDomain.BaseDirectory; - while (!basePath.ToLower().EndsWith("sources")) + while (!basePath.ToLower().EndsWith("src")) { basePath = Directory.GetParent(basePath).ToString(); }