[tracker] functional-tests Remove some outdated and unused tests



commit ba611fdcf2cfa19e5753fcb8e515e82b11e1825b
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Oct 11 09:55:58 2015 +0200

    functional-tests Remove some outdated and unused tests
    
    Also, the test-runner.sh now runs all .py files, instead of just those
    marked executable.

 tests/functional-tests/Makefile.am                |    5 +-
 tests/functional-tests/fts-tc.py                  |  728 -----
 tests/functional-tests/mass-storage-mode.py       |  783 -----
 tests/functional-tests/performance-tc-modified.py | 3506 ---------------------
 tests/functional-tests/performance-tc.py          | 2426 --------------
 tests/functional-tests/test-runner.sh             |    5 -
 tests/functional-tests/virtual-files-tc.py        |  167 -
 7 files changed, 1 insertions(+), 7619 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 947745e..edd91be 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -52,10 +52,7 @@ standard_tests += \
        500-writeback.py \
        501-writeback-details.py \
        600-applications-camera.py \
-       601-applications-sync.py \
-       mass-storage-mode.py \
-       performance-tc-modified.py \
-       virtual-files-tc.py
+       601-applications-sync.py
 
 slow_tests = \
        10-sqlite-misused.py \
diff --git a/tests/functional-tests/test-runner.sh b/tests/functional-tests/test-runner.sh
index 24c0e42..f429a30 100755
--- a/tests/functional-tests/test-runner.sh
+++ b/tests/functional-tests/test-runner.sh
@@ -3,11 +3,6 @@
 # Test runner script for Tracker's functional tests
 
 SCRIPT=$1
-if test "$SCRIPT" = "python" ; then SCRIPT=$2 ; fi
-if ! test -x $SCRIPT ; then
-    echo "(Skipping $@ - not executable)"
-    exit
-fi
 
 DBUS_SESSION_BUS_PID=
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]