File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1727,19 +1727,7 @@ def test_potential_suffix_that_is_also_last_name_comma(self):
17271727 hn = HumanName ("Ma, Jack" )
17281728 self .m (hn .first , "Jack" , hn )
17291729 self .m (hn .last , "Ma" , hn )
1730-
1731- def test_potential_suffix_that_is_also_first_name_comma (self ):
1732- hn = HumanName ("Johnson, Bart" )
1733- self .m (hn .first , "Bart" , hn )
1734- self .m (hn .last , "Johnson" , hn )
1735-
1736- # TODO: handle conjunctions in last names followed by first names clashing with suffixes
1737- @unittest .expectedFailure
1738- def test_potential_suffix_that_is_also_first_name_comma_with_conjunction (self ):
1739- hn = HumanName ("De la Vina, Bart" )
1740- self .m (hn .first , "Bart" , hn )
1741- self .m (hn .last , "De la Vina" , hn )
1742-
1730+
17431731 def test_potential_suffix_that_is_also_last_name_with_suffix (self ):
17441732 hn = HumanName ("Jack Ma Jr" )
17451733 self .m (hn .first , "Jack" , hn )
You can’t perform that action at this time.
0 commit comments