[ComponentBased][Non-ACR][Update button font size] 40/214740/1
authorhyunho <hhstark.kang@samsung.com>
Thu, 26 Sep 2019 04:35:56 +0000 (13:35 +0900)
committerhyunho <hhstark.kang@samsung.com>
Thu, 26 Sep 2019 04:35:56 +0000 (13:35 +0900)
Change-Id: Ia492f160f92cc386b15e022be60be3d09c05d416
Signed-off-by: hyunho <hhstark.kang@samsung.com>
tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/ComponentBasedTest.tar
tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/org.tizen.example.ComponentBasedTest-1.0.0.tpk
tct-suite-vs/Tizen.ComponentBased.Default.Manual.Tests/testcase/TSEFLComponentBasedApplication.cs
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSBaseComponent.cs
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSComponentBasedApplication.cs
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSFrameComponent.cs
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSServiceComponent.cs

index 0a15c06c8afed11e3b412b8727f0c9d59f304991..650ed222997da7b24114d22c8375566e8325b086 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/ComponentBasedTest.tar and b/tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/ComponentBasedTest.tar differ
index f95d906fb82eb1d350a2a7172a249070f6b384ac..8115346dadfc33fa509463572ef7a498cd9542ef 100644 (file)
Binary files a/tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/org.tizen.example.ComponentBasedTest-1.0.0.tpk and b/tct-suite-vs/Resource/Tizen.ComponentBased.Manual.Tests/org.tizen.example.ComponentBasedTest-1.0.0.tpk differ
index 5803dc7eb139dcd8ff56f8f72512bdc51c6dd721..177a68ac5c0a230bd240898dac4668cfcfbb42e4 100644 (file)
@@ -59,7 +59,6 @@ namespace Tizen.EFLComponentBasedApplication.Tests
             _comp_button = new Button()
             {
                 Text = btnText,
-                FontSize = 20,
                 VerticalOptions = LayoutOptions.Center,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
             };
@@ -91,7 +90,7 @@ namespace Tizen.EFLComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnInit_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -113,7 +112,7 @@ namespace Tizen.EFLComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnRun_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -135,7 +134,7 @@ namespace Tizen.EFLComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnExit_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -158,7 +157,7 @@ namespace Tizen.EFLComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnFinished_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
index 0e9113a619f3eb20f8092253fb2bce3d102e9f62..a4266f9a1f7c6a8f525a2d37e7a46b10f710aaee 100644 (file)
@@ -64,7 +64,6 @@ namespace Tizen.ComponentBasedApplication.Tests
             _comp_button = new Button()
             {
                 Text = btnText,
-                FontSize = 20,
                 VerticalOptions = LayoutOptions.Center,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
             };
@@ -97,7 +96,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task Finish_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -121,7 +120,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnRestoreContents_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -145,7 +144,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnSaveContent_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -168,7 +167,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task SendLaunchRequestAsync_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -192,7 +191,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task ComponentId_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -216,7 +215,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task Id_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -240,7 +239,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task Parent_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -278,7 +277,7 @@ namespace Tizen.ComponentBasedApplication.Tests
             }
             else
             {
-                CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+                CreateCompButton("Click me!!");
                 _comp_button.Clicked += OnClick;
 
                 /* TEST CODE */
@@ -315,7 +314,7 @@ namespace Tizen.ComponentBasedApplication.Tests
             }
             else
             {
-                CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+                CreateCompButton("Click me!!");
                 _comp_button.Clicked += OnClick;
 
                 /* TEST CODE */
@@ -351,7 +350,7 @@ namespace Tizen.ComponentBasedApplication.Tests
             }
             else
             {
-                CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+                CreateCompButton("Click me!!");
                 _comp_button.Clicked += OnClick;
 
                 /* TEST CODE */
@@ -379,7 +378,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task LocaleChanged_EVENT_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -408,7 +407,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task RegionFormatChanged_EVENT_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -434,7 +433,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task SuspendedStateChanged_EVENT_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -454,13 +453,13 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Precondition(3, "Enter command \"sdb dlog | grep ComponentBasedTest\" to terminal")]
         [Step(1, "Click run TC")]
         [Step(2, "Press 'Click me' button")]
-        [Step(3, "Press launched application's 'Launch Not Exist App' button")]
+        [Step(3, "Press launched application's 'Launch Not Exist' button")]
         [Step(4, "Check if log show \"OnLaunchNotExistClick > Async result : AppNotFound\".")]
         [Postcondition(1, "Close the terminal")]
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task SendLaunchRequestAsync_AppNotFoundException()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
index 4aec8302c6f534074c7b461b0700cd3b8edd6a1f..63ea70a59cd8367563e1a89cd695edf25706ff2d 100644 (file)
@@ -58,7 +58,6 @@ namespace Tizen.ComponentBasedApplication.Tests
             _comp_button = new Button()
             {
                 Text = btnText,
-                FontSize = 20,
                 VerticalOptions = LayoutOptions.Center,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
             };
@@ -92,7 +91,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task Run_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -117,7 +116,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         public async Task OnInit_MANUAL_TEST()
         {
             //await TermiatePreviousApp();
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -142,7 +141,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         public async Task OnRun_MANUAL_TEST()
         {
             //await TermiatePreviousApp();
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -167,7 +166,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         public async Task OnExit_MANUAL_TEST()
         {
             //await TermiatePreviousApp();
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -191,7 +190,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnFinished_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -215,7 +214,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task Exit_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Check whether ComponentBased Application is successfully terminated or not");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
index 9f6bae8c390aea6c27190d4d6cb8fc89d2e087b2..83295baf956b7d13ff3add1f374385b44d7b978d 100644 (file)
@@ -64,7 +64,6 @@ namespace Tizen.ComponentBasedApplication.Tests
             _comp_button = new Button()
             {
                 Text = btnText,
-                FontSize = 20,
                 VerticalOptions = LayoutOptions.Center,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
             };
@@ -97,7 +96,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task CreateWindowInfo_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -121,7 +120,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnCreate_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -146,7 +145,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnDestroy_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -171,7 +170,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnPause_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -196,7 +195,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnResume_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -220,7 +219,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task OnStart_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -244,7 +243,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnStop_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -269,7 +268,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(2, "Press launched application's 'Exit' button")]
         public async Task DisplayStatus_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
index dc4ee16586c08edbf3b6b4bce2d3afb858f5190d..2b745cf3f3801345eab3cf07332d11769a12916e 100644 (file)
@@ -64,7 +64,6 @@ namespace Tizen.ComponentBasedApplication.Tests
             _comp_button = new Button()
             {
                 Text = btnText,
-                FontSize = 20,
                 VerticalOptions = LayoutOptions.Center,
                 HorizontalOptions = LayoutOptions.FillAndExpand,
             };
@@ -96,7 +95,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnCreate_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -119,7 +118,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnDestroy_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */
@@ -142,7 +141,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Postcondition(1, "Close the terminal")]
         public async Task OnStartCommand_MANUAL_TEST()
         {
-            CreateCompButton("Click me!! Test: Launch ComponentBased Application");
+            CreateCompButton("Click me!!");
             _comp_button.Clicked += OnClick;
 
             /* TEST CODE */