[tracker] functional-tests: Remove tests that belong in tracker-miners.git
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] functional-tests: Remove tests that belong in tracker-miners.git
- Date: Mon, 18 Dec 2017 16:43:23 +0000 (UTC)
commit 5373cf2c93f39879603f1f27da7099c79797ce79
Author: Sam Thursfield <sam afuera me uk>
Date: Mon Dec 18 12:51:20 2017 +0000
functional-tests: Remove tests that belong in tracker-miners.git
configure.ac | 1 -
tests/functional-tests/300-miner-basic-ops.py | 312 ------------------
.../functional-tests/301-miner-resource-removal.py | 125 --------
tests/functional-tests/310-fts-indexing.py | 334 --------------------
tests/functional-tests/400-extractor-metadata.py | 256 ---------------
tests/functional-tests/410-extractor-decorator.py | 107 -------
tests/functional-tests/500-writeback.py | 184 -----------
tests/functional-tests/501-writeback-details.py | 107 -------
tests/functional-tests/600-applications-camera.py | 286 -----------------
tests/functional-tests/601-applications-sync.py | 122 -------
tests/functional-tests/Makefile.am | 15 +-
tests/functional-tests/meson.build | 9 -
tests/functional-tests/test-apps-data/Makefile.am | 8 -
.../test-apps-data/test-image-1.jpg | Bin 7558 -> 0 bytes
.../test-apps-data/test-music-1.mp3 | Bin 61547 -> 0 bytes
.../test-apps-data/test-video-1.mp4 | Bin 211931 -> 0 bytes
16 files changed, 1 insertions(+), 1865 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9eba192..2098e7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -954,7 +954,6 @@ AC_CONFIG_FILES([
tests/functional-tests/test-ontologies/superclass-remove/Makefile
tests/functional-tests/test-ontologies/property-promotion/Makefile
tests/functional-tests/test-ontologies/basic-future/Makefile
- tests/functional-tests/test-apps-data/Makefile
tests/functional-tests/ttl/Makefile
tests/Makefile
tests/tracker-steroids/Makefile
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 8b1e720..db62255 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = \
ipc \
common \
- test-apps-data \
ttl \
unittest2 \
test-ontologies
@@ -33,19 +32,7 @@ standard_tests += \
15-statistics.py \
16-collation.py \
17-ontology-changes.py \
- 200-backup-restore.py \
- 300-miner-basic-ops.py \
- 301-miner-resource-removal.py
-if HAVE_TRACKER_FTS
-standard_tests += 310-fts-indexing.py
-endif
-standard_tests += \
- 400-extractor-metadata.py \
- 410-extractor-decorator.py \
- 500-writeback.py \
- 501-writeback-details.py \
- 600-applications-camera.py \
- 601-applications-sync.py
+ 200-backup-restore.py
slow_tests = \
10-sqlite-misused.py \
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index af80853..8261e14 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -21,15 +21,6 @@ functional_tests = [
'16-collation',
'17-ontology-changes',
'200-backup-restore',
- '300-miner-basic-ops',
- '301-miner-resource-removal',
- '310-fts-indexing',
- '400-extractor-metadata',
- '410-extractor-decorator',
- '500-writeback',
- '501-writeback-details',
- '600-applications-camera',
- '601-applications-sync',
]
foreach t: functional_tests
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]