From ec68c950d659e32bd56312258685b3f558b622f5 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 23 Nov 2017 02:12:05 +1300 Subject: [PATCH] Revert "Bug 19392: Clean-up behind auth_values_input_www.t" This reverts commit dfc44a560f5ce473559c2d65068e0334b15c03d1. --- t/db_dependent/www/auth_values_input_www.t | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/db_dependent/www/auth_values_input_www.t b/t/db_dependent/www/auth_values_input_www.t index 7f8e943f45..bcb441dd07 100644 --- a/t/db_dependent/www/auth_values_input_www.t +++ b/t/db_dependent/www/auth_values_input_www.t @@ -28,8 +28,6 @@ use POSIX; use URI::Escape; use Encode; -use Koha::AuthorisedValueCategories; - my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); my $koha_conf = $ENV{KOHA_CONF}; @@ -120,8 +118,6 @@ if ($id_to_del) { ok($id_to_del ne undef, "error, link to delete not working"); } -Koha::AuthorisedValueCategories->find($category)->delete; # Clean up - #---------------------------------------- Test with only latin utf-8 (could be taken as Latin-1/ISO 8859-1) $category = 'tòmas'; @@ -175,6 +171,4 @@ if ($id_to_del2) { ok($id_to_del2 ne undef, "error, link to delete not working"); } -Koha::AuthorisedValueCategories->find($category)->delete; # Clean up - 1; -- 2.39.5