Fixed broken unit tests
This commit is contained in:
parent
6e89887203
commit
426520a52b
2 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ namespace MatterControl.Tests
|
|||
[Test]
|
||||
public void LibraryProviderFileSystem_NavigationWorking()
|
||||
{
|
||||
StaticData.Instance = new MatterHackers.Agg.FileSystemStaticData(Path.Combine("..", "..", "..", "..", "StaticData"));
|
||||
|
||||
string downloadsDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Downloads");
|
||||
string testLibraryDirectory = Path.Combine(downloadsDirectory, "LibraryProviderFileSystemTest");
|
||||
if (Directory.Exists(testLibraryDirectory))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue