[Bps-public-commit] smokingit branch, master, updated. 8c299752eddf9f75efe1fdf55462aa3617386654
Alex Vandiver
alexmv at bestpractical.com
Mon Jan 31 10:57:00 EST 2011
The branch, master has been updated
via 8c299752eddf9f75efe1fdf55462aa3617386654 (commit)
from ff91f9f6a020cd2acc9af4bf34a9f8b996f04fb8 (commit)
Summary of changes:
lib/Smokingit/Model/Commit.pm | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 8c299752eddf9f75efe1fdf55462aa3617386654
Author: Alex Vandiver <alex at chmrr.net>
Date: Mon Jan 31 10:56:57 2011 -0500
Fix long message for parsefil
diff --git a/lib/Smokingit/Model/Commit.pm b/lib/Smokingit/Model/Commit.pm
index 39d33bb..d4d64bb 100644
--- a/lib/Smokingit/Model/Commit.pm
+++ b/lib/Smokingit/Model/Commit.pm
@@ -152,15 +152,15 @@ sub status {
sub long_status {
my $self = shift;
my %long = (
- untested => "Untested",
- queued => "Queued for testing",
- testing => "Running tests",
- passing => "Passing all tests",
- todo => "TODO tests unexpectedly passed",
- parse => "Parse failures!",
- failing => "Failing tests!",
- errors => "Configuration errors!",
- broken => "Unknown failure!"
+ untested => "Untested",
+ queued => "Queued for testing",
+ testing => "Running tests",
+ passing => "Passing all tests",
+ todo => "TODO tests unexpectedly passed",
+ parsefail => "Parse failures!",
+ failing => "Failing tests!",
+ errors => "Configuration errors!",
+ broken => "Unknown failure!"
);
return $long{$self->status};
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list