Made Action setCurrentLibaryProvider common to all providers.
This commit is contained in:
parent
5c0272e77a
commit
2ae756f357
7 changed files with 27 additions and 29 deletions
|
|
@ -70,7 +70,7 @@ namespace MatterControl.Tests
|
|||
|
||||
Directory.CreateDirectory(testLibraryDirectory);
|
||||
|
||||
LibraryProviderFileSystem testProvider = new LibraryProviderFileSystem(testLibraryDirectory, "TestPath", null);
|
||||
LibraryProviderFileSystem testProvider = new LibraryProviderFileSystem(testLibraryDirectory, "TestPath", null, null);
|
||||
testProvider.DataReloaded += (sender, e) => { dataReloaded = true; };
|
||||
|
||||
Assert.IsTrue(testProvider.CollectionCount == 0, "Start with a new database for these tests.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue