summaryrefslogtreecommitdiff
path: root/test/test_examples_util.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_examples_util.rb')
-rw-r--r--test/test_examples_util.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_examples_util.rb b/test/test_examples_util.rb
index c5a9900..cc31fe5 100644
--- a/test/test_examples_util.rb
+++ b/test/test_examples_util.rb
@@ -249,6 +249,7 @@ module ValidationExamples
yaml = YAML.load(Util.validation_get(@report_uri.split("/")[-3..-1].join("/"),'application/x-yaml'))
owl = OpenTox::Owl.from_data(Util.validation_get(@report_uri.split("/")[-3..-1].join("/")),@report_uri,"ValidationReport")
Util.compare_yaml_and_owl(yaml,owl)
+ Util.validation_get(@report_uri.split("/")[-3..-1].join("/"),'text/html')
else
puts "no report"
end