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

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

Return to bug 23473