Fix probably alive test
The probably alive funtion was fixed just prior to the Gramps 5.1.4
release. It appears the relevant unit test was not updated to match.
The relevant commit:
a685b96f70
This commit is contained in:
@ -347,7 +347,7 @@ class BaseTest(unittest.TestCase):
|
|||||||
"""
|
"""
|
||||||
rule = ProbablyAlive(['1900'])
|
rule = ProbablyAlive(['1900'])
|
||||||
res = self.filter_with_rule(rule)
|
res = self.filter_with_rule(rule)
|
||||||
self.assertEqual(len(res), 766)
|
self.assertEqual(len(res), 733)
|
||||||
|
|
||||||
def test_RegExpName(self):
|
def test_RegExpName(self):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user