module NameFixtures
def simple_name_fixture
<<-XML
John Doe
XML
end
def blank_name_fixture
<<-XML
XML
end
def primary_name_fixture
<<-XML
John Doe
lithographer
XML
end
def contributor_fixture
<<-XML
John Doe
lithographer
XML
end
def encoded_role_fixture
<<-XML
John Doe
ltg
XML
end
def mixed_role_fixture
<<-XML
publisher
John Doe
engraver
XML
end
def numural_toa_fixture
<<-XML
Unqualfieid
XVII, ToA
date1-date2
Given Name
Family Name
XML
end
def simple_toa_fixture
<<-XML
Unqualfieid
Ier, empereur
date1-date2
Given Name
Family Name
XML
end
def display_form_name_fixture
<<-XML
John Doe
Mr. John Doe
XML
end
def collapse_label_name_fixture
<<-XML
John Doe
Jane Doe
XML
end
def complex_name_label_fixture
<<-XML
John Doe
Jane Doe
lithographer
John Dough
Jane Dough
XML
end
def complex_role_name_fixture
<<-XML
John Doe
Depicted
dpt
XML
end
def name_with_role_fixture
<<-XML
John Doe
Depicted
XML
end
def multiple_roles_fixture
<<-XML
John Doe
Depicted
Artist
XML
end
end