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

(-)a/t/db_dependent/selenium/basic_workflow.t (-2 / +1 lines)
Lines 48-54 use MARC::Field; Link Here
48
my $dbh = C4::Context->dbh;
48
my $dbh = C4::Context->dbh;
49
my $login = 'koha';
49
my $login = 'koha';
50
my $password = 'koha';
50
my $password = 'koha';
51
my $base_url= 'http://'.C4::Context->preference("staffClientBaseURL")."/cgi-bin/koha/";
51
my $base_url= ( $ENV{KOHA_INTRANET_URL} || 'http://'.C4::Context->preference("staffClientBaseURL") ) . "/cgi-bin/koha/";
52
52
53
my $number_of_biblios_to_insert = 3;
53
my $number_of_biblios_to_insert = 3;
54
our $sample_data = {
54
our $sample_data = {
55
- 

Return to bug 18982