summaryrefslogtreecommitdiff
path: root/report/report_content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'report/report_content.rb')
-rwxr-xr-xreport/report_content.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/report/report_content.rb b/report/report_content.rb
index 61db340..3d92b52 100755
--- a/report/report_content.rb
+++ b/report/report_content.rb
@@ -22,6 +22,12 @@ class Reports::ReportContent
@current_section = @xml_report.get_root_element
end
+ def add_warning(warning)
+ sec = @xml_report.add_section(@current_section, "Warning")
+ @xml_report.add_paragraph(sec, warning)
+ end_section()
+ end
+
def add_paired_ttest_tables( validation_set,
group_attribute,
test_attributes,