LP#1612054: unbreak test case now that SSN is no longer an ID type
authorGalen Charlton <gmc@esilibrary.com>
Thu, 11 Aug 2016 12:20:34 +0000 (08:20 -0400)
committerBen Shum <ben@evergreener.net>
Thu, 11 Aug 2016 14:12:22 +0000 (10:12 -0400)
The patch for bug 1566016 broke the live_t/17-lp1579225_new_patron_passwords.t
test, as it used a patron ID type that is no longer in the seed
data. This patch fixes the test.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t

index 72ca889..879dfbf 100644 (file)
@@ -35,7 +35,7 @@ $new_user->family_name('Doe');
 $new_user->first_given_name('Jane');
 $new_user->profile(2);
 $new_user->home_ou(4);
-$new_user->ident_type(2);
+$new_user->ident_type(1);
 $new_user->isnew(1);
 
 my $resp = $U->simplereq(