diff lib/IMPL/Test/Plan.pm @ 410:9335cf010b23 ref20150831

refactoring
author cin
date Mon, 14 Sep 2015 01:11:53 +0300
parents c6e90e02dd17
children
line wrap: on
line diff
--- a/lib/IMPL/Test/Plan.pm	Sun Sep 13 19:30:49 2015 +0300
+++ b/lib/IMPL/Test/Plan.pm	Mon Sep 14 01:11:53 2015 +0300
@@ -152,9 +152,9 @@
                 
                 $this->_Tell(RunTest => $badTest);
                 my $result = new IMPL::Test::Result(
-                    Name => $test->Name,
-                    State => IMPL::Test::Result::FAIL,
-                    Exception => $e
+                    name => $test->Name,
+                    state => IMPL::Test::Result::FAIL,
+                    exception => $e
                 );
                 $this->_Tell(EndTest => $badTest,$result);
                 push @results,$result;