X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Ft%2Fweb%2Farticles-links.t;h=4aa8f9133b535d29871e0bd3094fadbb9b547211;hb=84bc64eeaa9650333fbbb79ecb03a1aff4a347fd;hp=eb6de51b3650e34867e2bbe51fa9c02d60ede75d;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/t/web/articles-links.t b/rt/t/web/articles-links.t index eb6de51b3..4aa8f9133 100644 --- a/rt/t/web/articles-links.t +++ b/rt/t/web/articles-links.t @@ -44,7 +44,7 @@ $m->click('SubmitTicket'); $m->follow_link_ok({text => 'Links'}); -$m->text_contains('Article ' . $article->id . ': instance of ticket #17421', 'Article appears with its name in the links table'); +$m->text_contains('Article #' . $article->id . ': instance of ticket #17421', 'Article appears with its name in the links table'); my $refers_to = $ticket->RefersTo; is($refers_to->Count, 1, 'the ticket has a refers-to link');