[gnome-break-timer] Rename some tests for clarity
- From: Dylan McCall <dylanmccall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-break-timer] Rename some tests for clarity
- Date: Fri, 20 Nov 2020 04:19:35 +0000 (UTC)
commit 464bf10b59ec4113ea28330ac65f5cc9c407e250
Author: Dylan McCall <dylan dylanmccall ca>
Date: Thu Nov 19 18:20:19 2020 -0800
Rename some tests for clarity
data/applications/meson.build | 4 ++--
data/metainfo/meson.build | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/applications/meson.build b/data/applications/meson.build
index ca27708..a4cc24a 100644
--- a/data/applications/meson.build
+++ b/data/applications/meson.build
@@ -13,7 +13,7 @@ settings_desktop_file = i18n.merge_file(
if desktop_file_validate.found()
test(
- 'Validate desktop file',
+ 'Validate org.gnome.BreakTimer.Settings.desktop',
desktop_file_validate,
args: [settings_desktop_file]
)
@@ -30,7 +30,7 @@ daemon_desktop_file = i18n.merge_file(
if desktop_file_validate.found()
test(
- 'Validate desktop file',
+ 'Validate org.gnome.BreakTimer.desktop',
desktop_file_validate,
args: [daemon_desktop_file]
)
diff --git a/data/metainfo/meson.build b/data/metainfo/meson.build
index 231bdeb..4fcf353 100644
--- a/data/metainfo/meson.build
+++ b/data/metainfo/meson.build
@@ -13,7 +13,7 @@ appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test(
- 'Validate metainfo file',
+ 'Validate org.gnome.BreakTimer.metainfo.xml',
appstream_util,
args: ['validate', metainfo_file]
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]