[mobile][wearable][Package][Fix tc issue] 01/158001/1
authormengli.zhang <mengli.zhang@samsung.com>
Fri, 27 Oct 2017 19:12:28 +0000 (15:12 -0400)
committermengli.zhang <mengli.zhang@samsung.com>
Fri, 27 Oct 2017 19:12:34 +0000 (15:12 -0400)
Change-Id: I5cd49d64b781ca875e23e98c14175e8afb78405b
Signed-off-by: mengli.zhang <mengli.zhang@samsung.com>
mobile/tct-behavior-tests/tests/Package/index.html
mobile/tct-behavior-tests/tests/Package/res/TestPackage2
wearable/tct-behavior-tests/tests/Package/index.html
wearable/tct-behavior-tests/tests/Package/res/TestPackage2.wgt

index b4b6f32..0b051be 100755 (executable)
@@ -19,67 +19,65 @@ Authors:
 
 -->
 <html>
-<head>
-<meta charset="utf-8" />
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
-<link rel="stylesheet" type="text/css" href="../../css/jquery.mobile.css" />
-<script src="../../js/thirdparty/jquery.js"></script>
-<script src="../../js/thirdparty/jquery.mobile.js"></script>
-<script src="../../js/tests.js"></script>
-<script src="js/main.js"></script>
-</head>
-<body bgcolor="FFFFFF" >
-    <div data-role="page" id="main">
-        <div data-role="header" data-position="fixed" data-tap-toggle="false">
-            <h1 id="main_page_title"></h1>
+    <head>
+        <meta charset="utf-8" />
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
+        <link rel="stylesheet" type="text/css" href="../../css/jquery.mobile.css" />
+        <script src="../../js/thirdparty/jquery.js"></script>
+        <script src="../../js/thirdparty/jquery.mobile.js"></script>
+        <script src="../../js/tests.js"></script>
+        <script src="js/main.js"></script>
+    </head>
+    <body bgcolor="FFFFFF" >
+        <div data-role="page" id="main">
+            <div data-role="header" data-position="inline" data-tap-toggle="false">
+                <h1 id="main_page_title"></h1>
+            </div>
+            <div id="content">
+                <ul data-role="listview">
+                    <li data-role="list-divider">Package Install</li>
+                    <li>
+                        <div data-role="button" id="install" style="height:40px; line-height:20px;">TestPackage1 Install</div>
+                    </li>
+                    <li data-role="list-divider">TestPackage Application Launch</li>
+                    <li>
+                        <div data-role="button" id="launch1">Launch</div>
+                    </li>
+                    <li data-role="list-divider">Package Update</li>
+                    <li>
+                        <div data-role="button" id="update" style="height:40px; line-height:20px;">TestPackage2 Update</div>
+                    </li>
+                    <li data-role="list-divider">TestPackage Application Launch</li>
+                    <li>
+                        <div data-role="button" id="launch2">Launch</div>
+                    </li>
+                    <li data-role="list-divider">Package UnInstall</li>
+                    <li>
+                        <div data-role="button" id="uninstall" style="height:40px; line-height:20px;">TestPackage UnInstall</div>
+                    </li>
+                    <li data-role="list-divider">TestPackage Application Launch</li>
+                    <li>
+                        <div data-role="button" id="launch3">Launch</div>
+                    </li>
+                </ul>
+            </div>
+            <div data-role="footer" data-position="inline" data-tap-toggle="false">
+            </div>
+            <div data-role="popup" id="popup_info">
+                <div style="font-size:85%">
+                    <p>Check if Package is successfully installed, updated and uninstalled</p><br>
+                    <p>1. Install TestPackage1</p>
+                    <p>2. Launch TestPackage1</p>
+                    <p>3. Check if TestPackage is launched successfully</p>
+                    <p>4. Check the PASS text
+                    <p>5. Update TestPackage2</p>
+                    <p>6. Launch TestPackage2</p>
+                    <p>7. Check if TestPackage is updated and launched successfully</p>
+                    <p>8. Check the PASS text
+                    <p>9. Uninstall TestPackage</p>
+                    <p>10. Launch TestPackage and check it fails</p>
+                </div>
+            </div>
         </div>
-        <div id="content">
-            <ul data-role="listview">
-                <li data-role="list-divider">Package Install</li>
-                <li>
-                    <div data-role="button" id="install" style="height:40px; line-height:20px;">TestPackage1 Install</div>
-                </li>
-                <li data-role="list-divider">TestPackage Application Launch</li>
-                <li>
-                    <div data-role="button" id="launch1">Launch</div>
-                </li>
-                <li data-role="list-divider">Package Update</li>
-                <li>
-                    <div data-role="button" id="update" style="height:40px; line-height:20px;">TestPackage2 Update</div>
-                </li>
-                <li data-role="list-divider">TestPackage Application Launch</li>
-                <li>
-                    <div data-role="button" id="launch2">Launch</div>
-                </li>
-                <li data-role="list-divider">Package UnInstall</li>
-                <li>
-                    <div data-role="button" id="uninstall" style="height:40px; line-height:20px;">TestPackage UnInstall</div>
-                </li>
-                <li data-role="list-divider">TestPackage Application Launch</li>
-                <li>
-                    <div data-role="button" id="launch3">Launch</div>
-                </li>
-            </ul>
-        </div>
-        <div data-role="footer" data-position="fixed" data-tap-toggle="false">
-        </div>
-        <div data-role="popup" id="popup_info">
-            <font style="font-size:85%">
-                <p>Check if Package is successfully installed, updated and uninstalled</p><br>
-                <p>1. Install TestPackage1</p>
-                <p>2. Launch TestPackage1</p>
-                <p>3. Check if TestPackage is launched successfully</p>
-                <p>4. Automatically write the text('Package_Test') and click the OK button</p>
-                <p>5. Check the PASS text
-                <p>6. Update TestPackage2</p>
-                <p>7. Launch TestPackage2</p>
-                <p>8. Check if TestPackage is updated and launched successfully</p>
-                <p>9. Automatically read the text('Package_Test') and click the OK button</p>
-                <p>10. Check the PASS text
-                <p>11. Uninstall TestPackage</p>
-                <p>12. Launch TestPackage and check it fails</p>
-            </font>
-        </div>
-    </div>
-</body>
+    </body>
 </html>
index 2b0dc51..9e32306 100644 (file)
Binary files a/mobile/tct-behavior-tests/tests/Package/res/TestPackage2 and b/mobile/tct-behavior-tests/tests/Package/res/TestPackage2 differ
index 240ef99..0b051be 100755 (executable)
@@ -69,15 +69,13 @@ Authors:
                     <p>1. Install TestPackage1</p>
                     <p>2. Launch TestPackage1</p>
                     <p>3. Check if TestPackage is launched successfully</p>
-                    <p>4. Automatically write the text('Package_Test') and click the OK button</p>
-                    <p>5. Check the PASS text
-                    <p>6. Update TestPackage2</p>
-                    <p>7. Launch TestPackage2</p>
-                    <p>8. Check if TestPackage is updated and launched successfully</p>
-                    <p>9. Automatically read the text('Package_Test') and click the OK button</p>
-                    <p>10. Check the PASS text
-                    <p>11. Uninstall TestPackage</p>
-                    <p>12. Launch TestPackage and check it fails</p>
+                    <p>4. Check the PASS text
+                    <p>5. Update TestPackage2</p>
+                    <p>6. Launch TestPackage2</p>
+                    <p>7. Check if TestPackage is updated and launched successfully</p>
+                    <p>8. Check the PASS text
+                    <p>9. Uninstall TestPackage</p>
+                    <p>10. Launch TestPackage and check it fails</p>
                 </div>
             </div>
         </div>
index 2b0dc51..9e32306 100644 (file)
Binary files a/wearable/tct-behavior-tests/tests/Package/res/TestPackage2.wgt and b/wearable/tct-behavior-tests/tests/Package/res/TestPackage2.wgt differ