From: Joe Atzberger Date: Fri, 7 May 2010 01:09:27 +0000 (+0000) Subject: Proper id (copy/paste error) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56ab56c88f885d1db4c7b936a757e10b83f71840;p=SIPServer.git Proper id (copy/paste error) --- diff --git a/t/00sc_status.t b/t/00sc_status.t index ffcf296..a3c9c28 100644 --- a/t/00sc_status.t +++ b/t/00sc_status.t @@ -32,7 +32,7 @@ my $invalid_uname = { id => 'Invalid username', pat => qr/^940/, fields => [], }; -my $invalid_pwd = { id => 'Invalid username', +my $invalid_pwd = { id => 'Invalid password', msg => "9300CN$username|COinvalid$password|CPThe floor|", pat => qr/^940/, fields => [], };