[Rt-commit] r12870 - in rt/branches/3.8-TESTING: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jun 4 13:02:48 EDT 2008
Author: sartak
Date: Wed Jun 4 13:02:47 2008
New Revision: 12870
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/t/web/quicksearch.t
Log:
r61537 at onn: sartak | 2008-06-03 17:27:21 -0400
Make sure the correct ticket is displayed in the search results
Modified: rt/branches/3.8-TESTING/t/web/quicksearch.t
==============================================================================
--- rt/branches/3.8-TESTING/t/web/quicksearch.t (original)
+++ rt/branches/3.8-TESTING/t/web/quicksearch.t Wed Jun 4 13:02:47 2008
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 6;
+use Test::More tests => 7;
use RT::Test;
my ($baseurl, $m) = RT::Test->started_ok;
my $url = $m->rt_base_url;
@@ -48,4 +48,4 @@
$m->submit;
$m->content_contains('Found 1 ticket');
-
+$m->content_contains('base ticket', "base ticket is found, not the merged-away ticket");
More information about the Rt-commit
mailing list