diff options
Diffstat (limited to 'test/functional/cases/110_statistics/compat-plain.robot')
-rw-r--r-- | test/functional/cases/110_statistics/compat-plain.robot | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/functional/cases/110_statistics/compat-plain.robot b/test/functional/cases/110_statistics/compat-plain.robot deleted file mode 100644 index 12bbaedcd..000000000 --- a/test/functional/cases/110_statistics/compat-plain.robot +++ /dev/null @@ -1,19 +0,0 @@ -*** Settings *** -Suite Setup Statistics Setup -Suite Teardown Statistics Teardown -Resource lib.robot - -*** Variables *** -${STATS_BACKEND} mmap -${STATS_HASH} hash = "compat"; -${STATS_PATH_CACHE} name = "sqlite3"; path = "\${TMPDIR}/learn_cache.db"; - -*** Test Cases *** -Learn - Learn Test - -Relearn - Relearn Test - -Empty Part - Empty Part Test |