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=1dcfd0e6ada03253e52f0dc9fa9d49fa74ac5540;p=working%2FSIPServer.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 => [], };