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

(-)a/t/db_dependent/Koha/Patrons/Import.t (-2 / +1 lines)
Lines 257-263 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);
261
my $surname_utf8 = encode_utf8($surname);
262
# Given ... 3 new inputs. One with no branch code, one with unexpected branch code.
262
# 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|;
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|;
264
- 

Return to bug 17359