From d87df0f7e47e10253979a50f8662509b87f671ee Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Sun, 26 May 2013 17:39:38 -0400 Subject: [PATCH] remove test for BlastWatch - a feature that was removed. --- t/integration/solpeople.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/integration/solpeople.t b/t/integration/solpeople.t index 5e4887feb2..7fb88fd0e8 100644 --- a/t/integration/solpeople.t +++ b/t/integration/solpeople.t @@ -28,7 +28,6 @@ $mech->while_logged_in_all( sub { $mech->get_ok('/solpeople/top-level.pl'); $mech->content_contains('My '.$mech->context->get_conf("project_name") ); $mech->content_contains('[log out]'); - $mech->content_contains('BLAST Watch'); $mech->content_contains('User Status'); $mech->content_contains('General Tools'); $mech->content_like(qr{Your current user status is\s+$user_info->{user_type}}); -- 2.11.4.GIT