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

(-)a/t/db_dependent/Koha/Patrons/Import.t (-3 / +2 lines)
Lines 442-449 subtest 'test_import_with_password_overwrite' => sub { Link Here
442
    my $branchcode = $builder->build({ source => "Branch"})->{branchcode};
442
    my $branchcode = $builder->build({ source => "Branch"})->{branchcode};
443
    my $categorycode = $builder->build({ source => "Category"})->{categorycode};
443
    my $categorycode = $builder->build({ source => "Category"})->{categorycode};
444
    my $csv_headers  = 'surname,userid,branchcode,categorycode,password';
444
    my $csv_headers  = 'surname,userid,branchcode,categorycode,password';
445
    my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest";
445
    my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest1";
446
    my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern";
446
    my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern1";
447
    my $defaults = { cardnumber => "" }; #currently all the defaults come as "" if not filled
447
    my $defaults = { cardnumber => "" }; #currently all the defaults come as "" if not filled
448
448
449
    #Make the test files for importing
449
    #Make the test files for importing
450
- 

Return to bug 23473