Fix issue preventing tests from overriding AppData in Release

This commit is contained in:
John Lewin 2016-05-10 12:57:56 -07:00
parent 0166091276
commit d1309a9942

View file

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