]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove unused test files
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 30 Nov 2021 10:23:00 +0000 (11:23 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 30 Nov 2021 10:44:10 +0000 (11:44 +0100)
test/python/sample.tar.gz [deleted file]
test/testfiles/phrase_settings.json [deleted file]
test/testfiles/phrase_settings.php [deleted file]
test/testfiles/random_file.html [deleted file]

diff --git a/test/python/sample.tar.gz b/test/python/sample.tar.gz
deleted file mode 100644 (file)
index 65bff09..0000000
Binary files a/test/python/sample.tar.gz and /dev/null differ
diff --git a/test/testfiles/phrase_settings.json b/test/testfiles/phrase_settings.json
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/test/testfiles/phrase_settings.php b/test/testfiles/phrase_settings.php
deleted file mode 100644 (file)
index 945235b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-// These settings control the import of special phrases from the wiki.
-
-// class/type combinations to exclude
-$aTagsBlacklist
- = array(
-    'boundary' => array('administrative'),
-    'place' => array('house', 'houses'),
-   );
-
-// If a class is in the white list then all types will
-// be ignored except the ones given in the list.
-// Also use this list to exclude an entire class from
-// special phrases.
-$aTagsWhitelist
- = array(
-    'highway' => array('bus_stop', 'rest_area', 'raceway'),
-    'building' => array(),
-   );
diff --git a/test/testfiles/random_file.html b/test/testfiles/random_file.html
deleted file mode 100644 (file)
index e69de29..0000000