Fix ids in test widgets
authorKarol Pawlowski <k.pawlowski@samsung.com>
Wed, 8 May 2013 08:45:01 +0000 (10:45 +0200)
committerGerrit Code Review <gerrit2@kim11>
Thu, 9 May 2013 06:26:15 +0000 (15:26 +0900)
[Issue#] LINUXWRT-213
[Problem] N/A
[Cause] N/A
[Solution] N/A
[Verification] Build wrt-installer repository with flag --define "WITH_TESTS ON"
run wrt-installer-tests-general --output=text
all tests should pass

Change-Id: I137887979636e06182359d48da3bbeee3a99af23

tests/general/widgets/app-control.wgt
tests/general/widgets/bg-00-with_bg.wgt
tests/general/widgets/bg-01-missing_file.wgt
tests/general/widgets/bg-02-without_bg.wgt
tests/general/widgets/inst_nplug_1.wgt
tests/general/widgets/inst_nplug_2.wgt
tests/general/widgets/inst_nplug_3.wgt
tests/general/widgets/inst_nplug_4.wgt
tests/general/widgets/tizen_app-control/config.xml [deleted file]
tests/general/widgets/tizen_app-control/icon.png [deleted file]
tests/general/widgets/tizen_app-control/index.htm [deleted file]

index 4aa5c7f..cc98093 100644 (file)
Binary files a/tests/general/widgets/app-control.wgt and b/tests/general/widgets/app-control.wgt differ
index 6696e36..517a3e9 100644 (file)
Binary files a/tests/general/widgets/bg-00-with_bg.wgt and b/tests/general/widgets/bg-00-with_bg.wgt differ
index 30ddb26..b14d665 100644 (file)
Binary files a/tests/general/widgets/bg-01-missing_file.wgt and b/tests/general/widgets/bg-01-missing_file.wgt differ
index df388cd..ef45c95 100644 (file)
Binary files a/tests/general/widgets/bg-02-without_bg.wgt and b/tests/general/widgets/bg-02-without_bg.wgt differ
index 934ac25..8447f91 100644 (file)
Binary files a/tests/general/widgets/inst_nplug_1.wgt and b/tests/general/widgets/inst_nplug_1.wgt differ
index 96e7195..6bb6cff 100644 (file)
Binary files a/tests/general/widgets/inst_nplug_2.wgt and b/tests/general/widgets/inst_nplug_2.wgt differ
index 39693c9..4b30743 100644 (file)
Binary files a/tests/general/widgets/inst_nplug_3.wgt and b/tests/general/widgets/inst_nplug_3.wgt differ
index 78dcecc..a5ddecb 100644 (file)
Binary files a/tests/general/widgets/inst_nplug_4.wgt and b/tests/general/widgets/inst_nplug_4.wgt differ
diff --git a/tests/general/widgets/tizen_app-control/config.xml b/tests/general/widgets/tizen_app-control/config.xml
deleted file mode 100755 (executable)
index b2aa6af..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
-    id="http://test.samsung.com/widget/wac/tizen_appcontrol"
-    version="1.0.0"
-    min-version="1.0">
-  <name short="AppControl">app-control</name>
-  <icon src="icon.png" height="75" width="75"/>
-  <tizen:app-control>
-    <tizen:src name="edit1.html"/>
-    <tizen:operation name="http://tizen.org/appcontrol/operation/edit"/>
-    <tizen:mime name="image/jpg" />
-  </tizen:app-control>
-  <tizen:app-control>
-    <tizen:src name="edit2.html"/>
-    <tizen:operation name="http://tizen.org/appcontrol/operation/view"/>
-    <tizen:mime name="audio/ogg" />
-  </tizen:app-control>
-  <tizen:app-control>
-    <tizen:src name="edit3.html"/>
-    <tizen:operation name="http://tizen.org/appcontrol/operation/call"/>
-    <tizen:mime name="image/png" />
-  </tizen:app-control>
-  <tizen:app-control>
-    <tizen:src name="edit4.html"/>
-    <tizen:operation name="http://tizen.org/appcontrol/operation/send"/>
-    <tizen:mime name="text/css" />
-  </tizen:app-control>
-  <content src="index.html" />
-</widget>
diff --git a/tests/general/widgets/tizen_app-control/icon.png b/tests/general/widgets/tizen_app-control/icon.png
deleted file mode 100755 (executable)
index b835ed1..0000000
Binary files a/tests/general/widgets/tizen_app-control/icon.png and /dev/null differ
diff --git a/tests/general/widgets/tizen_app-control/index.htm b/tests/general/widgets/tizen_app-control/index.htm
deleted file mode 100755 (executable)
index 5e7036c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <title>Disposition attribute</title>
-  </head>
-  <body style="background-color:gray">
-    <h1>Check database.</h1>
-  </body>
-</html>