diff --git a/needles/gnome/apps/apps_menu_archiver-20190128.json b/needles/gnome/apps/apps_menu_archiver-20190128.json deleted file mode 100644 index 15081760..00000000 --- a/needles/gnome/apps/apps_menu_archiver-20190128.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "type": "match", - "ypos": 300, - "height": 30, - "xpos": 212, - "width": 42 - } - ], - "properties": [], - "tags": [ - "apps_menu_archiver" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_menu_archiver-20190128.png b/needles/gnome/apps/apps_menu_archiver-20190128.png deleted file mode 100644 index 7508510a..00000000 Binary files a/needles/gnome/apps/apps_menu_archiver-20190128.png and /dev/null differ diff --git a/needles/gnome/apps/apps_menu_archiver-20200316.json b/needles/gnome/apps/apps_menu_archiver-20200316.json deleted file mode 100644 index 91b04c57..00000000 --- a/needles/gnome/apps/apps_menu_archiver-20200316.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "apps_menu_archiver" - ], - "area": [ - { - "xpos": 203, - "ypos": 282, - "width": 49, - "height": 53, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_menu_archiver-20200316.png b/needles/gnome/apps/apps_menu_archiver-20200316.png deleted file mode 100644 index 8a331229..00000000 Binary files a/needles/gnome/apps/apps_menu_archiver-20200316.png and /dev/null differ diff --git a/needles/gnome/apps/apps_run_archiver-20190220.json b/needles/gnome/apps/apps_run_archiver-20190220.json deleted file mode 100644 index 5b95a586..00000000 --- a/needles/gnome/apps/apps_run_archiver-20190220.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "width": 118, - "ypos": 110, - "type": "match", - "xpos": 452, - "height": 23 - } - ], - "properties": [], - "tags": [ - "apps_run_archiver" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_run_archiver-20190220.png b/needles/gnome/apps/apps_run_archiver-20190220.png deleted file mode 100644 index fcce1c30..00000000 Binary files a/needles/gnome/apps/apps_run_archiver-20190220.png and /dev/null differ diff --git a/needles/gnome/apps/apps_run_archiver-20200117.json b/needles/gnome/apps/apps_run_archiver-20200117.json deleted file mode 100644 index 8442d33e..00000000 --- a/needles/gnome/apps/apps_run_archiver-20200117.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 451, - "height": 23, - "type": "match", - "width": 118, - "ypos": 110 - } - ], - "properties": [], - "tags": [ - "apps_run_archiver" - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/apps_run_archiver-20200117.png b/needles/gnome/apps/apps_run_archiver-20200117.png deleted file mode 100644 index fbaf54e4..00000000 Binary files a/needles/gnome/apps/apps_run_archiver-20200117.png and /dev/null differ diff --git a/tests/apps_startstop/gnome/archiver.pm b/tests/apps_startstop/gnome/archiver.pm deleted file mode 100644 index ef5139df..00000000 --- a/tests/apps_startstop/gnome/archiver.pm +++ /dev/null @@ -1,28 +0,0 @@ -use base "installedtest"; -use strict; -use testapi; -use utils; - -# This test checks that Archive Manager starts. - -sub run { - my $self = shift; - - # Start the application - start_with_launcher('apps_menu_archiver', 'apps_menu_utilities'); - # Check that is started - assert_screen 'apps_run_archiver'; - # Register application - register_application("menu-archiver"); - # Close the application - quit_with_shortcut(); - -} - -sub test_flags { - return {always_rollback => 1}; -} - -1; - -# vim: set sw=4 et: