[Bps-public-commit] SD branch, master, updated. d8cff9f05a2b7f9c2881053ee7bbc6009fb92145
jesse
jesse at bestpractical.com
Fri Apr 17 21:49:40 EDT 2009
The branch, master has been updated
via d8cff9f05a2b7f9c2881053ee7bbc6009fb92145 (commit)
from 941b3e7091dfd884dc48ed91941ae08f6a52b600 (commit)
Summary of changes:
t/06-ticket-show.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d8cff9f05a2b7f9c2881053ee7bbc6009fb92145
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Apr 18 09:49:15 2009 +0800
fix tests to agree with text output
diff --git a/t/06-ticket-show.t b/t/06-ticket-show.t
index 03a1c4e..80000b8 100644
--- a/t/06-ticket-show.t
+++ b/t/06-ticket-show.t
@@ -36,7 +36,7 @@ TODO: {
'',
"id: $ticket_id ($ticket_uuid)",
'summary: YATTA',
- 'status: ' . colored('new', 'red'),
+ 'status: ' .'new',
'milestone: alpha',
'component: core',
qr/^created:\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/,
@@ -73,7 +73,7 @@ sub check_output_without_history {
'',
"id: $ticket_id ($ticket_uuid)",
'summary: YATTA',
- 'status: ' . colored('new', 'red'),
+ 'status: ' .'new',
'milestone: alpha',
'component: core',
qr/^created:\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/,
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list