18 Jan
2017
18 Jan
'17
5:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17920 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Mark, Here are a few other potential candidates: t/db_dependent/SuggestionEngine_ExplodedTerms.t: my $location = File::Spec->rel2abs(dirname(__FILE__)); t/db_dependent/www/auth_values_input_www.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/www/batch.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/www/search_utf8.t:my $testdir = File::Spec->rel2abs( dirname(__FILE__) ); t/db_dependent/zebra_config.pl:my $source = File::Spec->rel2abs('.'); -- You are receiving this mail because: You are watching all bug changes.