Merge pull request #188 from prculley/filterrules
Missed the place filter rule when updating for changed example.gramps
This commit is contained in:
commit
e3ff22c96f
@ -169,7 +169,7 @@ class BaseTest(unittest.TestCase):
|
|||||||
Test HasNoLatOrLon rule.
|
Test HasNoLatOrLon rule.
|
||||||
"""
|
"""
|
||||||
rule = HasNoLatOrLon([])
|
rule = HasNoLatOrLon([])
|
||||||
self.assertEqual(len(self.filter_with_rule(rule)), 915)
|
self.assertEqual(len(self.filter_with_rule(rule)), 921)
|
||||||
|
|
||||||
def test_inlatlonneighborhood(self):
|
def test_inlatlonneighborhood(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user