[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 2cb5588600010c4e9ec0d6df406335b5a9b88790
jesse
jesse at bestpractical.com
Tue Feb 10 15:24:52 EST 2009
The branch, master has been updated
via 2cb5588600010c4e9ec0d6df406335b5a9b88790 (commit)
from 72013be6034d1f011c115fa5e91940fe0801c4b1 (commit)
Summary of changes:
t/sd-rt/basic.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2cb5588600010c4e9ec0d6df406335b5a9b88790
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Feb 10 15:24:35 2009 -0500
Fixed a TODO structure that was causing a test file to die
diff --git a/t/sd-rt/basic.t b/t/sd-rt/basic.t
index b93d818..9d02912 100644
--- a/t/sd-rt/basic.t
+++ b/t/sd-rt/basic.t
@@ -304,7 +304,7 @@ like( $out, qr/Created comment/ );
rt => $rt,
id => $flyman_rt_id
)->retrieve;
-TODO {
+ TODO: {
local $TODO = "Deleting tickets in RT still doesn't play nicely with SD";
is( $fetched_ticket->status, "deleted" );
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list