summaryrefslogtreecommitdiff
path: root/lib/subunit/perl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-10-13 19:03:26 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-10-13 20:37:18 +0200
commit4602ede2eab81123837642bdd75cd8969c30cca9 (patch)
tree02126078396f718ab990318b08b5c11fc98836bd /lib/subunit/perl
parent71f5f41860e678e6151b969a05729ccf2d738e35 (diff)
downloadsamba-4602ede2eab81123837642bdd75cd8969c30cca9.tar.gz
samba-4602ede2eab81123837642bdd75cd8969c30cca9.tar.bz2
samba-4602ede2eab81123837642bdd75cd8969c30cca9.zip
Update to newer version of subunit.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 13 20:37:18 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/subunit/perl')
-rw-r--r--lib/subunit/perl/lib/Subunit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/perl/lib/Subunit.pm b/lib/subunit/perl/lib/Subunit.pm
index dac4a2601d..72aa1ebd66 100644
--- a/lib/subunit/perl/lib/Subunit.pm
+++ b/lib/subunit/perl/lib/Subunit.pm
@@ -135,7 +135,7 @@ sub fail_test($;$)
{
my $name = shift;
my $reason = shift;
- end_test($name, "fail", $reason);
+ end_test($name, "failure", $reason);
}
sub success_test($;$)