diff --git a/SIL.WritingSystems.Tests/SldrTests.cs b/SIL.WritingSystems.Tests/SldrTests.cs index cff4632a7..6c75407b6 100644 --- a/SIL.WritingSystems.Tests/SldrTests.cs +++ b/SIL.WritingSystems.Tests/SldrTests.cs @@ -68,6 +68,13 @@ public void Dispose() } } + [SetUp] + public void Setup() + { + if (!Sldr.IsInitialized) + Sldr.Initialize(true, Sldr.DefaultSldrCachePath); + } + [Test] public void GetLdmlFile_EmptyPath_Throws() {