Merge "Add ThemeOverlay() API in Elementary." into devel/dotnet
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Test / TestRunner.cs
index a306469..9bee255 100644 (file)
@@ -48,6 +48,7 @@ namespace ElmSharp.Test
             ResourceDir = Path.Combine(Path.GetDirectoryName(typeof(TestRunner).GetTypeInfo().Assembly.Location), "res");
 
             Elementary.Initialize();
+            Elementary.ThemeOverlay();
 
             EcoreSynchronizationContext.Initialize();