[AppControl] minor structure standardization
authorPiotr Szydelko <p.szydelko@samsung.com>
Thu, 19 Sep 2013 11:45:24 +0000 (13:45 +0200)
committerPiotr Szydelko <p.szydelko@samsung.com>
Tue, 24 Sep 2013 15:06:58 +0000 (17:06 +0200)
Change-Id: I252597199f02ff92ee2f9a4fb0a6becd54d1358f

tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html
tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html
tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html
tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html
tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html
tct-appcontrol-tizen-tests/tests.full.xml
tct-appcontrol-tizen-tests/tests.xml

index e5979f940aee06da97296b9db9bcd2ffc48d183f..95006bc56bcce5a4d43a2cf6deca5562edb16940 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
-    JungHyuk, Park <junghyuk.park@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
+        JungHyuk, Park <junghyuk.park@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>AppControl_browse_webpage</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: AppControl_browse_webpage
 //==== LABEL Check if application for browsing webpage is available (file, http and https)
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 
 var this_test = async_test("AppControl_browse_webpage");
 
index 8a8d9a603c0c04695771d868b850b9865e267c4b..76c5e447266b335dc530cc7ea35c7a3e8b929f52 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
-    JungHyuk, Park <junghyuk.park@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
+        JungHyuk, Park <junghyuk.park@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>AppControl_play_sound</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: AppControl_play_sound
 //==== LABEL Check if application for playing a sound is available (aac, amr, mid, mp3, wac)
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 
 var this_test = async_test("AppControl_play_sound");
 
index f694af0a8eeb7b07184f6a2ac7f3ffd34001b1c0..0e27cb553515dda5acdee914186953065e017c99 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
-    JungHyuk, Park <junghyuk.park@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
+        JungHyuk, Park <junghyuk.park@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>AppControl_play_video</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: AppControl_play_video
 //==== LABEL Check if application for playing a video is available (mp4)
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 
 var this_test = async_test("AppControl_play_video");
 
index 73e8388f73316fcdbd9d001115594277ea76b984..592ec1cd5a7447dc339a966ba1262a194381a8c4 100644 (file)
@@ -16,11 +16,11 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
-    JungHyuk, Park <junghyuk.park@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
+        JungHyuk, Park <junghyuk.park@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>AppControl_select_file</title>
 <meta charset="utf-8"/>
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: AppControl_select_file
 //==== LABEL Check if application for selecting a file is available
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 
 var this_test = async_test("AppControl_select_file");
 
index a07c0b56300adc7f19f0b73e1736d441a0cc1810..ae405cdf6e483d974239a1121b5a13af64df63df 100644 (file)
@@ -16,13 +16,13 @@ limitations under the License.
 
 
 Authors:
-    Piotr Szydelko <p.szydelko@samsung.com>
-    JungHyuk, Park <junghyuk.park@samsung.com>
+        Piotr Szydelko <p.szydelko@samsung.com>
+        JungHyuk, Park <junghyuk.park@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-<title>AppControl_select_file</title>
+<title>AppControl_view_image_file</title>
 <meta charset="utf-8"/>
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="appcontrol_common.js"></script>
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: AppControl_view_image_file
 //==== LABEL Check if application for viewing an image file is available (bmp, gif, jpeg, png)
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 
 var this_test = async_test("AppControl_select_file");
 
index b758c944c2a36f38c52fd81ecd4a820163716a82..2ca2a75e55319eed1da9e351fbc3718335537e66 100644 (file)
@@ -10,7 +10,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -22,7 +22,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -34,7 +34,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -46,7 +46,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
@@ -58,7 +58,7 @@
         <specs>
           <spec>
             <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/application.html</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
index 82303763424ebcbc73243c392e0fd2c7ef2c2630..058084486142714f9b9d1d561391fdf7d3a654fb 100644 (file)
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
 <test_definition>
-  <suite launcher="WRTLauncher" name="tct-appcontrol-tizen-tests" category="Tizen Web Device APIs">
+  <suite name="tct-appcontrol-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="AppControl">
-      <testcase component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_browse_webpage" purpose="Check if application for browsing webpage is available (file, http and https)">
+      <testcase purpose="Check if application for browsing webpage is available (file, http and https)" component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_browse_webpage">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_play_sound" purpose="Check if application for playing a sound is available (aac, amr, mid, mp3, wac)">
+      </testcase>
+      <testcase purpose="Check if application for playing a sound is available (aac, amr, mid, mp3, wac)" component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_play_sound">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_play_video" purpose="Check if application for playing a video is available (mp4)">
+      </testcase>
+      <testcase purpose="Check if application for playing a video is available (mp4)" component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_play_video">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_video.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_select_file" purpose="Check if application for selecting a file is available">
+      </testcase>
+      <testcase purpose="Check if application for selecting a file is available" component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_select_file">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_select_file.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_view_image_file" purpose="Check if application for viewing an image file is available (bmp, gif, jpeg, png)">
+      </testcase>
+      <testcase purpose="Check if application for viewing an image file is available (bmp, gif, jpeg, png)" component="TizenAPI/Application/Application" execution_type="auto" id="AppControl_view_image_file">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_view_image_file.html</test_script_entry>
         </description>
-        </testcase>
+      </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>