[Bps-public-commit] Test-Chimps-Anna branch, master, updated. 05844ecf20f39f0516021d69a0427fb8f46eeb6e
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 29 21:19:17 EDT 2009
The branch, master has been updated
via 05844ecf20f39f0516021d69a0427fb8f46eeb6e (commit)
from 65f6cd40bffc717ebaee8bd1bf41aad8d8a45abb (commit)
Summary of changes:
lib/Test/Chimps/Anna.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 05844ecf20f39f0516021d69a0427fb8f46eeb6e
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 29 21:19:09 2009 -0400
Remove the "for"s on test results
diff --git a/lib/Test/Chimps/Anna.pm b/lib/Test/Chimps/Anna.pm
index db9591d..cd967e6 100644
--- a/lib/Test/Chimps/Anna.pm
+++ b/lib/Test/Chimps/Anna.pm
@@ -158,7 +158,7 @@ sub tick {
if ($report->total_failed || $report->total_unexpectedly_succeeded) {
$self->{passing_projects}->{$report->project} = 0;
my $msg =
- "for ". $report->project ." rev ". $report->revision ." by ". $report->committer .": "
+ $report->project ." rev ". $report->revision ." by ". $report->committer .": "
. sprintf( "%.2f", $report->total_ratio * 100 ) . "\%, "
. $report->total_seen . " total, "
. $report->total_passed . " ok, "
@@ -182,7 +182,7 @@ sub tick {
}
} else {
$self->_say_to_all(
- "for ". $report->project ." rev ". $report->revision ." by ". $report->committer."; "
+ $report->project ." rev ". $report->revision ." by ". $report->committer."; "
. $report->duration . " seconds. "
. "All " . $report->total_passed . " tests pass"
);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list