Modify test base to follow my folder structure

This commit is contained in:
Hamdanil Rasyid
2013-07-12 23:23:56 +08:00
parent 1d10ea29da
commit ad421936dc

View File

@@ -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");