View | Details | Raw Unified | Return to bug 17359
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Patrons/Import.t (-3 / +1 lines)
Lines 257-264 is($result_4a->{overwritten}, 0, 'Got the expected 0 overwritten result from imp Link Here
257
257
258
t::lib::Mocks::mock_preference('ExtendedPatronAttributes', 0);
258
t::lib::Mocks::mock_preference('ExtendedPatronAttributes', 0);
259
259
260
my $surname ='Chloé';
260
my $surname ='Chloé❤';
261
my $surname_utf8 = encode_utf8($surname);
262
# Given ... 3 new inputs. One with no branch code, one with unexpected branch code.
261
# Given ... 3 new inputs. One with no branch code, one with unexpected branch code.
263
my $input_no_branch   = qq|1002,$surname,Reynolds,Mr,Patricia,JR,12,Hill,Kennedy,Saint Louis,Colorado Springs,Missouri,63131,United States,preynolds2i\@washington.edu,7-(925)314-9514,0-(315)973-8956,4-(510)556-2323,09/18/1967,,PT,05/07/2015,07/01/2015,preynolds2,K3HiDzl|;
262
my $input_no_branch   = qq|1002,$surname,Reynolds,Mr,Patricia,JR,12,Hill,Kennedy,Saint Louis,Colorado Springs,Missouri,63131,United States,preynolds2i\@washington.edu,7-(925)314-9514,0-(315)973-8956,4-(510)556-2323,09/18/1967,,PT,05/07/2015,07/01/2015,preynolds2,K3HiDzl|;
264
my $input_good_branch = qq|1003,$surname,Richardson,Mr,Kimberly,LR,90,Place,Bayside,Atlanta,Erie,Georgia,31190,United States,krichardson3\@pcworld.com,8-(035)185-0387,4-(796)518-3676,3-(644)960-3789,04/13/1954,RPL,PT,06/06/2015,07/01/2015,krichardson3,P3EO0MVRPXbM|;
263
my $input_good_branch = qq|1003,$surname,Richardson,Mr,Kimberly,LR,90,Place,Bayside,Atlanta,Erie,Georgia,31190,United States,krichardson3\@pcworld.com,8-(035)185-0387,4-(796)518-3676,3-(644)960-3789,04/13/1954,RPL,PT,06/06/2015,07/01/2015,krichardson3,P3EO0MVRPXbM|;
265
- 

Return to bug 17359