[tracker-miners/wip/jfelder/audio-writeback: 124/127] functional-tests: Existing writeback tests are only for image files
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/jfelder/audio-writeback: 124/127] functional-tests: Existing writeback tests are only for image files
- Date: Mon, 8 Jul 2019 16:45:35 +0000 (UTC)
commit 96cb8ded3b3f443d097fbb18bc41b836ad07ce6a
Author: Sam Thursfield <sam afuera me uk>
Date: Mon Jul 8 11:35:34 2019 +0100
functional-tests: Existing writeback tests are only for image files
Rename them to make that clear.
.../{500-writeback.py => 500-writeback-images.py} | 10 +++++-----
...501-writeback-details.py => 501-writeback-image-details.py} | 0
tests/functional-tests/meson.build | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/functional-tests/500-writeback.py b/tests/functional-tests/500-writeback-images.py
similarity index 96%
rename from tests/functional-tests/500-writeback.py
rename to tests/functional-tests/500-writeback-images.py
index 0d443c289..662a96e49 100755
--- a/tests/functional-tests/500-writeback.py
+++ b/tests/functional-tests/500-writeback-images.py
@@ -17,10 +17,10 @@
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
#
-"""
-Write values in tracker and check the actual values are written
-on the files. Note that these tests are highly platform dependant.
-"""
+
+"""Tests for Tracker writeback daemon."""
+
+
import os
import sys
import time
@@ -33,7 +33,7 @@ import unittest as ut
REASONABLE_TIMEOUT = 5 # Seconds we wait for tracker-writeback to do the work
-class WritebackBasicDataTest (CommonTrackerWritebackTest):
+class WritebackImagesTest (CommonTrackerWritebackTest):
"""
Write in tracker store the properties witih writeback support and check
that the new values are actually in the file
diff --git a/tests/functional-tests/501-writeback-details.py
b/tests/functional-tests/501-writeback-image-details.py
similarity index 100%
rename from tests/functional-tests/501-writeback-details.py
rename to tests/functional-tests/501-writeback-image-details.py
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index ed0cc8150..be2d6476d 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -39,8 +39,8 @@ functional_tests = [
'312-fts-stopwords',
'401-extractor-flac-cuesheet',
'410-extractor-decorator',
- '500-writeback',
- '501-writeback-details',
+ '500-writeback-images',
+ '501-writeback-image-details',
'600-applications-camera',
'601-applications-sync',
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]