summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-07 14:09:43 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-07 14:09:43 +0200
commitfd6cccaecc235bfe334fd54b79f02e2083dc89a9 (patch)
tree188895a5ba743bfd321d914b399bf90124734057 /test
parentedfa159a81f02f3bfbbd5108ff3494369133e072 (diff)
add regression plot, rescue not found errors, ..
Diffstat (limited to 'test')
-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 49e0336..7fcb1ec 100644
--- a/test/test_examples_util.rb
+++ b/test/test_examples_util.rb
@@ -114,6 +114,7 @@ module ValidationExamples
@validation_uri = Util.validation_post '/'+validation_type, get_params
rescue => ex
@validation_error = ex.message
+ LOGGER.error ex.message
end
end