[Rt-commit] r13174 - in rt/branches/3.8-TESTING: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Jun 11 13:06:12 EDT 2008
Author: falcone
Date: Wed Jun 11 13:06:12 2008
New Revision: 13174
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/t/web/attachments.t
Log:
r34223 at ketch: falcone | 2008-06-11 13:04:37 -0400
* the queue select has javascript and css styles now, so be liberal
Modified: rt/branches/3.8-TESTING/t/web/attachments.t
==============================================================================
--- rt/branches/3.8-TESTING/t/web/attachments.t (original)
+++ rt/branches/3.8-TESTING/t/web/attachments.t Wed Jun 11 13:06:12 2008
@@ -13,7 +13,7 @@
my $queue_name = 'General';
my $qid;
{
- $m->content =~ /<SELECT\s+NAME\s*="Queue"\s*>.*?<OPTION\s+VALUE="(\d+)".*?>\s*\Q$queue_name\E\s*<\/OPTION>/msig;
+ $m->content =~ /<SELECT\s+NAME\s*="Queue"[^>]*>.*?<OPTION\s+VALUE="(\d+)".*?>\s*\Q$queue_name\E\s*<\/OPTION>/msig;
ok( $qid = $1, "found id of the '$queue_name' queue");
}
More information about the Rt-commit
mailing list