[Non-ACR][WatchfaceComplication]Fix test app freeze issue 06/203406/6
authorhyunho <hhstark.kang@samsung.com>
Fri, 12 Apr 2019 08:36:39 +0000 (17:36 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 16 Apr 2019 07:18:58 +0000 (16:18 +0900)
Change-Id: Idfa3b333a31ecdcf3ffcf516806aedaa0a3de724
Signed-off-by: hyunho <hhstark.kang@samsung.com>
tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/CsharpWatch.tar
tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/complication-provider-csharp.tar
tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.ComplicationProviderCsharp-1.0.0.tpk
tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.CsharpWatch-1.0.0.tpk
tct-suite-vs/Tizen.WatchfaceComplication.Tests/testcase/TSComplication.cs
tct-suite-vs/Tizen.WatchfaceComplication.Tests/tizen-manifest.xml

index 11a5ba7ce40cb0acb092fe9e5281624cea1d89f5..309fcdd8312623ad8329cc16ea39fff78ad493d4 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/CsharpWatch.tar and b/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/CsharpWatch.tar differ
index d3fd3c26ec384676c549c129335e76f47708e986..7f4757b330c0fb6aa1cab9311844a5a2f288867e 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/complication-provider-csharp.tar and b/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/complication-provider-csharp.tar differ
index b7f8919c317b6cad3e29490141fec0468ec4533f..2fc9838956916e4f9ed4035ac4725ea30d08459c 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.ComplicationProviderCsharp-1.0.0.tpk and b/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.ComplicationProviderCsharp-1.0.0.tpk differ
index be6a80d6f37ebe78055af1f2c334414da5314d33..564ebf0200d8fea820f48fb4d1fe7ee424bbc6b6 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.CsharpWatch-1.0.0.tpk and b/tct-suite-vs/Resource/Tizen.WatchfaceComplication.Tests/org.tizen.CsharpWatch-1.0.0.tpk differ
index 12a09650a5f4aa0f28de96c8965dce308036179a..7f708d445d15f83598a0f66850b1303ca9f17d91 100644 (file)
@@ -193,6 +193,7 @@ namespace Tizen.Applications.WatchfaceComplication.Tests {
         public void GetCurrentProviderId_Return_Value()
         {
             _mc = new MyComplication(_notEditedCompId, ComplicationTypes.ShortText, EventTypes.EventTap, _providerId, ComplicationTypes.ShortText);
+            _mc.SendUpdateRequest();
             Assert.IsNotNull(_mc, "Object should not be null after initializing");
             Assert.IsInstanceOf<Complication>(_mc, "Object should be instance of Complication");
             string providerId = _mc.GetCurrentProviderId();
@@ -232,7 +233,7 @@ namespace Tizen.Applications.WatchfaceComplication.Tests {
             Assert.IsInstanceOf<Complication>(_mc, "Object should be instance of Complication");
 
             _mc.SendUpdateRequest();
-            await Task.Delay(5000);
+            await Task.Delay(15000);
             Assert.AreNotEqual(_mc._extraData, null);
             _mc.Dispose();
         }
index 46c55f52056c1cfed490e7e0e5d3ada189ea50c1..351f153c287f53bc01d1aa2d93bc700ca8516f87 100644 (file)
       </complication>
       <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.watchface_sample_editor"/>
       <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.watchface_sample_provider"/>
-      <background-category value="background-network"/>
+      <background-category value="background-network" />
+      <background-category value="iot-communication" />
+      <background-category value="location" />
+      <background-category value="sensor" />
+      <background-category value="media" />
     </service-application>
     <privileges>
         <privilege>http://tizen.org/privilege/appmanager.launch</privilege>