Tests: remove svg/pdf looking for Travis segfault
This commit is contained in:
parent
dd73831343
commit
d83a7eb16f
@ -138,21 +138,21 @@ reports.addtest(TestDynamic, "tag_report",
|
|||||||
# off="html")
|
# off="html")
|
||||||
|
|
||||||
report_list = [
|
report_list = [
|
||||||
("ancestor_chart", "pdf", []), # Ancestor Tree
|
##("ancestor_chart", "pdf", []), # Ancestor Tree
|
||||||
("ancestor_report", "txt", []), # Ahnentafel Report
|
("ancestor_report", "txt", []), # Ahnentafel Report
|
||||||
("birthday_report", "txt", []), # Birthday and Anniversary Report
|
("birthday_report", "txt", []), # Birthday and Anniversary Report
|
||||||
("calendar", "svg", ["calendar-10.svg", "calendar-11.svg",
|
# ("calendar", "svg", ["calendar-10.svg", "calendar-11.svg",
|
||||||
"calendar-12.svg", "calendar-2.svg",
|
# "calendar-12.svg", "calendar-2.svg",
|
||||||
"calendar-3.svg", "calendar-4.svg",
|
# "calendar-3.svg", "calendar-4.svg",
|
||||||
"calendar-5.svg", "calendar-6.svg",
|
# "calendar-5.svg", "calendar-6.svg",
|
||||||
"calendar-7.svg", "calendar-8.svg",
|
# "calendar-7.svg", "calendar-8.svg",
|
||||||
"calendar-9.svg"]), # Calendar
|
# "calendar-9.svg"]), # Calendar
|
||||||
## ("d3-ancestralcollapsibletree", "txt"), # Ancestral Collapsible Tree
|
## ("d3-ancestralcollapsibletree", "txt"), # Ancestral Collapsible Tree
|
||||||
## ("d3-ancestralfanchart", "txt"), # Ancestral Fan Chart
|
## ("d3-ancestralfanchart", "txt"), # Ancestral Fan Chart
|
||||||
## "d3-descendantindentedtree", # Descendant Indented Tree
|
## "d3-descendantindentedtree", # Descendant Indented Tree
|
||||||
("database-differences-report", "txt", []), # Database Differences Report
|
("database-differences-report", "txt", []), # Database Differences Report
|
||||||
## "denominoviso", # DenominoViso
|
## "denominoviso", # DenominoViso
|
||||||
("descend_chart", "svg", []), # Descendant Tree
|
##("descend_chart", "svg", []), # Descendant Tree
|
||||||
("descend_report", "txt", []), # Descendant Report
|
("descend_report", "txt", []), # Descendant Report
|
||||||
("DescendantBook", "txt", []), # Descendant Book
|
("DescendantBook", "txt", []), # Descendant Book
|
||||||
## ("Descendants Lines", "txt"), # Descendants Lines
|
## ("Descendants Lines", "txt"), # Descendants Lines
|
||||||
@ -161,12 +161,12 @@ report_list = [
|
|||||||
("DetailedDescendantBook", "txt", []), # Detailed Descendant Book
|
("DetailedDescendantBook", "txt", []), # Detailed Descendant Book
|
||||||
## ("DynamicWeb", "txt"), # Dynamic Web Report
|
## ("DynamicWeb", "txt"), # Dynamic Web Report
|
||||||
("endofline_report", "txt", []), # End of Line Report
|
("endofline_report", "txt", []), # End of Line Report
|
||||||
("family_descend_chart", "svg", []), # Family Descendant Tree
|
##("family_descend_chart", "svg", []), # Family Descendant Tree
|
||||||
("family_group", "txt", []), # Family Group Report
|
("family_group", "txt", []), # Family Group Report
|
||||||
("familylines_graph", "svg", []), # Family Lines Graph
|
##("familylines_graph", "svg", []), # Family Lines Graph
|
||||||
("FamilyTree", "svg", []), # Family Tree
|
# ("FamilyTree", "svg", []), # Family Tree
|
||||||
("fan_chart", "svg", []), # Fan Chart
|
# ("fan_chart", "svg", []), # Fan Chart
|
||||||
("hourglass_graph", "svg", []), # Hourglass Graph
|
# ("hourglass_graph", "svg", []), # Hourglass Graph
|
||||||
("indiv_complete", "txt", []), # Complete Individual Report
|
("indiv_complete", "txt", []), # Complete Individual Report
|
||||||
("kinship_report", "txt", []), # Kinship Report
|
("kinship_report", "txt", []), # Kinship Report
|
||||||
("LastChangeReport", "txt", []), # Last Change Report
|
("LastChangeReport", "txt", []), # Last Change Report
|
||||||
@ -174,17 +174,17 @@ report_list = [
|
|||||||
## "ListeEclair", # Tiny Tafel
|
## "ListeEclair", # Tiny Tafel
|
||||||
("notelinkreport", "txt", []), # Note Link Report
|
("notelinkreport", "txt", []), # Note Link Report
|
||||||
("number_of_ancestors", "txt", []), # Number of Ancestors Report
|
("number_of_ancestors", "txt", []), # Number of Ancestors Report
|
||||||
("PedigreeChart", "svg", ["PedigreeChart-2.svg"]), # Pedigree Chart
|
##("PedigreeChart", "svg", ["PedigreeChart-2.svg"]), # Pedigree Chart
|
||||||
("PersonEverythingReport", "txt", []), # PersonEverything Report
|
("PersonEverythingReport", "txt", []), # PersonEverything Report
|
||||||
## "place_report", # Place Report
|
## "place_report", # Place Report
|
||||||
("records", "txt", []), # Records Report
|
("records", "txt", []), # Records Report
|
||||||
("rel_graph", "pdf", []), # Relationship Graph
|
##("rel_graph", "pdf", []), # Relationship Graph
|
||||||
("Repositories Report", "txt", []), # Repositories Report
|
("Repositories Report", "txt", []), # Repositories Report
|
||||||
("Repositories Report Options", "txt", []), # Repositories Report Options
|
("Repositories Report Options", "txt", []), # Repositories Report Options
|
||||||
("statistics_chart", "svg", ["statistics_chart-2.svg",
|
# ("statistics_chart", "svg", ["statistics_chart-2.svg",
|
||||||
"statistics_chart-3.svg"]), # Statistics Charts
|
# "statistics_chart-3.svg"]), # Statistics Charts
|
||||||
("summary", "txt", []), # Database Summary Report
|
("summary", "txt", []), # Database Summary Report
|
||||||
("timeline", "pdf", []), # Timeline Chart
|
##("timeline", "pdf", []), # Timeline Chart
|
||||||
("TodoReport", "txt", []), # Todo Report
|
("TodoReport", "txt", []), # Todo Report
|
||||||
## ("WebCal", "txt"), # Web Calendar
|
## ("WebCal", "txt"), # Web Calendar
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user