[Bps-public-commit] UNNAMED PROJECT branch, master, updated. 7850dbb1101cbc89a580d9cc3d5363f0cb630e4e
jesse
jesse at bestpractical.com
Thu Jan 15 22:49:41 EST 2009
The branch, master has been updated
via 7850dbb1101cbc89a580d9cc3d5363f0cb630e4e (commit)
from cb1fd9779913bff8c9659f63bc75e7212461ef7e (commit)
Summary of changes:
t/06-ticket-show.t | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7850dbb1101cbc89a580d9cc3d5363f0cb630e4e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jan 15 22:48:52 2009 -0500
SQLite replicas don't order things in the same way as filesystems by
default
Todo'ed a brittle test
diff --git a/t/06-ticket-show.t b/t/06-ticket-show.t
index 31dff85..2b635d3 100644
--- a/t/06-ticket-show.t
+++ b/t/06-ticket-show.t
@@ -25,7 +25,8 @@ my ($ticket_id, $ticket_uuid) = create_ticket_ok( '--summary', 'YATTA');
sub check_output_with_history {
my @extra_args = @_;
-
+TODO: {
+ local $TODO = "Sometimes, the ordering doesn't work right on sqlite";
run_output_matches( 'sd', [ 'ticket', 'show', $ticket_id, @extra_args ],
[
'',
@@ -56,6 +57,7 @@ sub check_output_with_history {
]
);
}
+}
sub check_output_without_history {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list