From ad421936dc4729789bcac89bbe380fc24ca0f5ae Mon Sep 17 00:00:00 2001 From: Hamdanil Rasyid Date: Fri, 12 Jul 2013 23:23:56 +0800 Subject: [PATCH] Modify test base to follow my folder structure --- SharpCompress.Test/TestBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharpCompress.Test/TestBase.cs b/SharpCompress.Test/TestBase.cs index 720ed4d8..75e396c8 100644 --- a/SharpCompress.Test/TestBase.cs +++ b/SharpCompress.Test/TestBase.cs @@ -9,7 +9,7 @@ namespace SharpCompress.Test { public class TestBase { - protected const string TEST_BASE_PATH = @"C:\Git\sharpcompress"; + protected const string TEST_BASE_PATH = @"D:\Codes\sharpcompress"; protected static readonly string TEST_ARCHIVES_PATH = Path.Combine(TEST_BASE_PATH, "TestArchives", "Archives"); protected static readonly string ORIGINAL_FILES_PATH = Path.Combine(TEST_BASE_PATH, "TestArchives", "Original"); protected static readonly string MISC_TEST_FILES_PATH = Path.Combine(TEST_BASE_PATH, "TestArchives", "MiscTest");