Fix issue preventing tests from overriding AppData in Release
This commit is contained in:
parent
0166091276
commit
d1309a9942
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ namespace MatterHackers.MatterControl.DataStorage
|
|||
bool wasExited = false;
|
||||
public bool ConnectionError = false;
|
||||
public ISQLite dbSQLite;
|
||||
private static string datastoreLocation = ApplicationDataStorage.Instance.DatastorePath;
|
||||
private string datastoreLocation = ApplicationDataStorage.Instance.DatastorePath;
|
||||
private static Datastore globalInstance;
|
||||
private ApplicationSession activeSession;
|
||||
private bool TEST_FLAG = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue