Mercurial > pub > Impl
diff Lib/IMPL/Test/Unit.pm @ 159:f8de52d3c112
IMPL::Test::Unit minor changes
author | wizard |
---|---|
date | Mon, 27 Dec 2010 01:37:44 +0300 |
parents | 964587c5183c |
children | 4267a2ac3d46 |
line wrap: on
line diff
--- a/Lib/IMPL/Test/Unit.pm Tue Nov 02 20:17:22 2010 +0300 +++ b/Lib/IMPL/Test/Unit.pm Mon Dec 27 01:37:44 2010 +0300 @@ -32,10 +32,6 @@ $self->toString; } -sub Setup { - 1; -} - sub Cleanup { my ($this,$session) = @_; @@ -74,7 +70,6 @@ my $t = [gettimeofday]; return try { $this->InitTest($session); - $this->Setup; my $code = $this->Code;