summaryrefslogtreecommitdiff
path: root/chimere/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/tests.py')
-rw-r--r--chimere/tests.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/chimere/tests.py b/chimere/tests.py
index b3ad3fb..78655ea 100644
--- a/chimere/tests.py
+++ b/chimere/tests.py
@@ -152,6 +152,15 @@ class OSMImporterTest(TestCase, ImporterTest):
self.marker_importers = [(importer1, 19), (importer2, 8)]
+class GeoRSSImporterTest(TestCase, ImporterTest):
+ def setUp(self):
+ subcategory_1, subcategory_2 = subcategory_setup()
+ importer1 = Importer.objects.create(importer_type='RSS',
+ source=test_dir_path+'tests/georss.xml')
+ importer1.categories.add(subcategory_1)
+
+ self.marker_importers = [(importer1, 1)]
+
class FeedsTest(TestCase):
def setUp(self):
self.area = area_setup()