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

(-)a/C4/Barcodes/ValueBuilder.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2008-2010 Foundations Bible College
3
# Copyright 2008-2010 Foundations Bible College
4
# Parts copyright 2012 C & P Bibliography Services
4
# Parts copyright 2012 C & P Bibliography Services
(-)a/C4/SIP/SIPServer.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
package C4::SIP::SIPServer;
2
package C4::SIP::SIPServer;
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/000_sc_config_auth.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# 
2
# 
3
# check if SIP terminal can Auth based on the xml config
3
# check if SIP terminal can Auth based on the xml config
4
#
4
#
(-)a/C4/SIP/t/00sc_status.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# 
2
# 
3
# sc_status: test basic connection, login, and response
3
# sc_status: test basic connection, login, and response
4
# to the SC Status message, which has to be sent before
4
# to the SC Status message, which has to be sent before
(-)a/C4/SIP/t/01patron_status.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# 
2
# 
3
# patron_status: check status of valid patron and invalid patron
3
# patron_status: check status of valid patron and invalid patron
4
4
(-)a/C4/SIP/t/02patron_info.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# patron_info: test Patron Information Response
2
# patron_info: test Patron Information Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/03checkout.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# checkout: test Checkout Response
2
# checkout: test Checkout Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/04patron_status.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# patron_status: test Patron Status Response
2
# patron_status: test Patron Status Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/05block_patron.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# block_patron: test Block Patron Response
2
# block_patron: test Block Patron Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/06patron_enable.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# patron_enable: test  Patron Enable Response
2
# patron_enable: test  Patron Enable Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/07hold.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# patron_enable: test  Patron Enable Response
2
# patron_enable: test  Patron Enable Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/08checkin.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# checkin: test Checkin Response
2
# checkin: test Checkin Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/09renew.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# renew: test Renew Response
2
# renew: test Renew Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/10renew_all.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# renew_all: test Renew All Response
2
# renew_all: test Renew All Response
3
3
4
use strict;
4
use strict;
(-)a/C4/SIP/t/11item_info.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# Item Information test
2
# Item Information test
3
3
4
use strict;
4
use strict;
(-)a/C4/ShelfBrowser.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
package C4::ShelfBrowser;
3
package C4::ShelfBrowser;
4
4
(-)a/INSTALL.ubuntu (-1 / +1 lines)
Lines 615-621 post 3.4.x. Link Here
615
Regardless of version you are upgrading from, a full reindex is
615
Regardless of version you are upgrading from, a full reindex is
616
always the best option:
616
always the best option:
617
IF YOU ARE DOING A STANDARD UPGRADE
617
IF YOU ARE DOING A STANDARD UPGRADE
618
    sudo su -l koha --command="/usr/bin/perl /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -r -v"
618
    sudo su -l koha --command="/usr/bin/env perl /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -r -v"
619
619
620
IF YOU ARE DOING A DEV UPGRADE
620
IF YOU ARE DOING A DEV UPGRADE
621
    ./misc/migration_tools/rebuild_zebra.pl -b -a -r -v
621
    ./misc/migration_tools/rebuild_zebra.pl -b -a -r -v
(-)a/acqui/pdfformat/layout2pages.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
#example script to print a basketgroup
3
#example script to print a basketgroup
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
(-)a/acqui/pdfformat/layout2pagesde.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
#example script to print a basketgroup
3
#example script to print a basketgroup
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
(-)a/acqui/pdfformat/layout3pages.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
#example script to print a basketgroup
3
#example script to print a basketgroup
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
(-)a/acqui/pdfformat/layout3pagesfr.pm (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
#example script to print a basketgroup
3
#example script to print a basketgroup
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
4
#written 07/11/08 by john.soros@biblibre.com and paul.poulain@biblibre.com
(-)a/debian/bd-to-depends (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/debian/build-git-snapshot (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl 
1
#!/usr/bin/env perl
2
2
3
# Copyright 2010 Catalyst IT Ltd.
3
# Copyright 2010 Catalyst IT Ltd.
4
#
4
#
(-)a/debian/list-deps (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Write dependency list from Koha PerlDependencies.pm, in Debian format.
3
# Write dependency list from Koha PerlDependencies.pm, in Debian format.
4
#
4
#
(-)a/debian/scripts/koha-shell (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
# koha-shell -- put you in a shell with a koha environment set up
2
# koha-shell -- put you in a shell with a koha environment set up
3
# Copyright 2012  Catalyst IT, Ltd
3
# Copyright 2012  Catalyst IT, Ltd
4
#
4
#
(-)a/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt1 (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#! /usr/bin/env perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/installer/data/mysql/atomicupdate/bug_7284_authority_linking_pt2 (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/bin/perl
1
#! /usr/bin/env perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use C4::Context;
4
use C4::Context;
(-)a/misc/admin/koha-preferences (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2010 Jesse Weaver, Koha Dev Team
3
# Copyright 2010 Jesse Weaver, Koha Dev Team
4
#
4
#
(-)a/misc/maintenance/borrowers-force-messaging-defaults (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright (C) 2011 Tamil s.a.r.l.
3
# Copyright (C) 2011 Tamil s.a.r.l.
4
#
4
#
(-)a/misc/maintenance/make_zebra_dom_cfg_from_record_abs (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (c) 2012 Equinox Software, Inc.
3
# Copyright (c) 2012 Equinox Software, Inc.
4
# This file is part of Koha.
4
# This file is part of Koha.
(-)a/misc/plack/koha.psgi (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
use Plack::Builder;
2
use Plack::Builder;
3
use Plack::App::CGIBin;
3
use Plack::App::CGIBin;
4
use lib qw( ./lib );
4
use lib qw( ./lib );
(-)a/misc/translator/translate (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2010 Tamil s.a.r.l.
3
# Copyright (C) 2010 Tamil s.a.r.l.
4
#
4
#
(-)a/opac/svc/login (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright chris@bigballofwax.co.nz 2013
3
# Copyright chris@bigballofwax.co.nz 2013
4
#
4
#
(-)a/opac/svc/overdrive_proxy (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 ByWater
3
# Copyright 2013 ByWater
4
#
4
#
(-)a/opac/svc/report (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/opac/svc/suggestion (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 C & P Bibliography Services
3
# Copyright 2012 C & P Bibliography Services
4
#
4
#
(-)a/opac/unapi (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2008-2009 LibLime
3
# Copyright 2008-2009 LibLime
4
#
4
#
(-)a/reports/issues_by_borrower_category.plugin (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
3
4
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2000-2002 Katipo Communications
(-)a/reports/itemtypes.plugin (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
3
4
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2000-2002 Katipo Communications
(-)a/svc/authentication (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/svc/barcode (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 ByWater Solutions
3
# Copyright 2014 ByWater Solutions
4
#
4
#
(-)a/svc/bib (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
# Copyright 2012 software.coop and MJ Ray
4
# Copyright 2012 software.coop and MJ Ray
(-)a/svc/bib_profile (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/svc/checkin (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 ByWater Solutions
3
# Copyright 2014 ByWater Solutions
4
#
4
#
(-)a/svc/checkouts (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 ByWater Solutions
3
# Copyright 2014 ByWater Solutions
4
#
4
#
(-)a/svc/config/systempreferences (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2009 Jesse Weaver
3
# Copyright 2009 Jesse Weaver
4
#
4
#
(-)a/svc/cover_images (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/svc/holds (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 ByWater Solutions
3
# Copyright 2014 ByWater Solutions
4
#
4
#
(-)a/svc/import_bib (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 CatalystIT Ltd
3
# Copyright 2012 CatalystIT Ltd
4
#
4
#
(-)a/svc/letters (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/svc/members/add_to_list (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 BibLibre
3
# Copyright 2013 BibLibre
4
#
4
#
(-)a/svc/members/search (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 BibLibre
3
# Copyright 2013 BibLibre
4
#
4
#
(-)a/svc/new_bib (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2007 LibLime
3
# Copyright 2007 LibLime
4
#
4
#
(-)a/svc/records/preview (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/svc/renew (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 ByWater Solutions
3
# Copyright 2014 ByWater Solutions
4
#
4
#
(-)a/svc/report (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/00-deprecated.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Tests usage of deprecated Perl syntax. Deprecated could be extended to the
3
# Tests usage of deprecated Perl syntax. Deprecated could be extended to the
4
# sense of 'not allowed'.
4
# sense of 'not allowed'.
(-)a/t/00-load.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Acquisition/CanUserManageBasket.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 42;
4
use Test::More tests => 42;
(-)a/t/Acquisition/Invoice.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Context;
4
use C4::Context;
(-)a/t/Auth_with_shibboleth.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/AuthoritiesMarc_MARC21.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/AuthoritiesMarc_UNIMARC.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Barcodes_EAN13.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# implementation tests are in t/db_dependent/Barcodes.t
3
# implementation tests are in t/db_dependent/Barcodes.t
4
4
(-)a/t/Barcodes_ValueBuilder.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
use strict;
2
use strict;
3
use warnings;
3
use warnings;
4
use DBI;
4
use DBI;
(-)a/t/Barcodes_annual.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Barcodes_hbyymmincr.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Barcodes_incremental.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Biblio.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Bookseller.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Borrower.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Branch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Breeding.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Budgets.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Budgets/CanUserModifyBudget.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 133;
4
use Test::More tests => 133;
(-)a/t/Budgets/CanUserUseBudget.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 69;
4
use Test::More tests => 69;
(-)a/t/Cache.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Charset.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Circulation/AgeRestrictionMarkers.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use DateTime;
4
use DateTime;
(-)a/t/Circulation_barcodedecode.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/ClassSortRoutine.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/ClassSortRoutine_Dewey.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/ClassSortRoutine_Generic.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/ClassSortRoutine_LCC.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/ClassSource.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Context.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use DBI;
4
use DBI;
(-)a/t/Contract.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Creators.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Dates.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/Debug.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/External_Overdrive.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/External_Syndetics.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Form_MessagingPreferences.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Heading.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Images.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
#Testing C4 Images
3
#Testing C4 Images
4
4
(-)a/t/ImportBatch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Input.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Installer_PerlDependencies.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Installer_PerlModules.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Installer_pm.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/ItemCirculationAlertPreference.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/ItemType.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/Koha.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Koha_MetadataRecord.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 C & P Bibliography Services
3
# Copyright 2013 C & P Bibliography Services
4
#
4
#
(-)a/t/Koha_Template_Plugin_Koha.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Koha_Util_FrameworkPlugin.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 6;
4
use Test::More tests => 6;
(-)a/t/Koha_Util_MARC.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 C & P Bibliography Services
3
# Copyright 2013 C & P Bibliography Services
4
#
4
#
(-)a/t/Labels.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Labels_split_ccn.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Labels_split_ddcn.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Labels_split_lccn.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Languages.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 Equinox Software, Inc.
3
# Copyright 2013 Equinox Software, Inc.
4
# Copyright 2014 BibLibre
4
# Copyright 2014 BibLibre
(-)a/t/Letters.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Log.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Matcher.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
#testing C4 matcher
3
#testing C4 matcher
4
4
(-)a/t/Members_AttributeTypes.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Tests 'fetch', 'fake db data', and 'checks for existant attributes'
3
# Tests 'fetch', 'fake db data', and 'checks for existant attributes'
4
4
(-)a/t/Members_Attributes.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
#
3
#
4
4
(-)a/t/Members_Messaging.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Message.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/NorwegianPatronDB.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Output.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/Output_JSONStream.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Overdues.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Patroncards.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Batch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Layout.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Lib.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Patroncard.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Profile.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Patroncards_Template.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Print.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/QueryParser.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/RecordProcessor.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 C & P Bibliography Services
3
# Copyright 2012 C & P Bibliography Services
4
#
4
#
(-)a/t/Review.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
#
3
#
4
# This Koha test module is a stub!  
4
# This Koha test module is a stub!  
(-)a/t/Ris.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/RotatingCollections.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/SIP_Sip.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/SMS.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Scheduler.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Scrubber.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/Search.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/Search_PazPar2.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/Serials/GetNextSeq.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 43;
4
use Test::More tests => 43;
(-)a/t/SocialData.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
#Testing C4 SocialData
3
#Testing C4 SocialData
4
4
(-)a/t/Stats.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/SuggestionEngine.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/SuggestionEngine_AuthorityFile.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/TmplToken.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/XSLT.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Accounts.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Acquisition.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Acquisition/CancelReceipt.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 18;
4
use Test::More tests => 18;
(-)a/t/db_dependent/Acquisition/GetOrdersByBiblionumber.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Acquisition/Invoices.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Acquisition/NewOrder.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Acquisition/TransferOrder.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Amazon.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Auth.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Auth_with_cas.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Auth_with_ldap.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/AuthoritiesMarc.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/BackgroundJob.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Barcodes.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/db_dependent/Biblio.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Bookseller.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Borrower.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Borrower_Debarments.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Borrower_Files.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Borrowers.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Branch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013 Equinox Software, Inc.
3
# Copyright 2013 Equinox Software, Inc.
4
#
4
#
(-)a/t/db_dependent/Breeding.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 Rijksmuseum
3
# Copyright 2014 Rijksmuseum
4
#
4
#
(-)a/t/db_dependent/Category.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Circulation.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Circulation/CheckIfIssuedToPatron.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Circulation/CheckValidBarcode.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Circulation/GetIssues.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Circulation_Branch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Biblio;
4
use C4::Biblio;
(-)a/t/db_dependent/Circulation_Issuingrule.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Context;
4
use C4::Context;
(-)a/t/db_dependent/Circulation_OfflineOperation.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Branch;
4
use C4::Branch;
(-)a/t/db_dependent/Circulation_issue.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Koha::DateUtils;
4
use Koha::DateUtils;
(-)a/t/db_dependent/Circulation_issuingrules.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Circulation_transfers.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Biblio;
4
use C4::Biblio;
(-)a/t/db_dependent/ClassSource.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/ColumnsSettings.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl;
1
#!/usr/bin/env perl;
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 2;
4
use Test::More tests => 2;
(-)a/t/db_dependent/Context.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
3
4
use strict;
4
use strict;
(-)a/t/db_dependent/Contract.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/CourseReserves.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This is to test C4/Members
3
# This is to test C4/Members
4
# It requires a working Koha database with the sample data
4
# It requires a working Koha database with the sample data
(-)a/t/db_dependent/Csv.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/db_dependent/External_BakerTaylor.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# some simple tests of the elements of C4::External::BakerTaylor that do not require a valid username and password
3
# some simple tests of the elements of C4::External::BakerTaylor that do not require a valid username and password
4
4
(-)a/t/db_dependent/Heading_MARC21.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Holds.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Holds/LocalHoldsPriority.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Holds/RevertWaitingStatus.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/HoldsQueue.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Test C4::HoldsQueue::CreateQueue() for both transport cost matrix
3
# Test C4::HoldsQueue::CreateQueue() for both transport cost matrix
4
# and StaticHoldsQueueWeight array (no RandomizeHoldsQueueWeight, no point)
4
# and StaticHoldsQueueWeight array (no RandomizeHoldsQueueWeight, no point)
(-)a/t/db_dependent/ILSDI_Services.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/ImportBatch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Installer.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Items.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Koha.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This is to test C4/Koha
3
# This is to test C4/Koha
4
# It requires a working Koha database with the sample data
4
# It requires a working Koha database with the sample data
(-)a/t/db_dependent/Koha/GetDailyQuote.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Koha/Item/Search/Field.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 11;
4
use Test::More tests => 11;
(-)a/t/db_dependent/Koha_Authority.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 C & P Bibliography Services
3
# Copyright 2012 C & P Bibliography Services
4
#
4
#
(-)a/t/db_dependent/Koha_Database.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
3
4
use Modern::Perl;
4
use Modern::Perl;
(-)a/t/db_dependent/Koha_Misc_Files.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Unit tests for Koha::Misc::Files
3
# Unit tests for Koha::Misc::Files
4
# Author: Jacek Ablewicz, abl@biblos.pk.edu.pl
4
# Author: Jacek Ablewicz, abl@biblos.pk.edu.pl
(-)a/t/db_dependent/Koha_borrower_modifications.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 14;
4
use Test::More tests => 14;
(-)a/t/db_dependent/Koha_template_plugin_Branches.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2013-2014 Equinox Software, Inc.
3
# Copyright 2013-2014 Equinox Software, Inc.
4
#
4
#
(-)a/t/db_dependent/Koha_template_plugin_KohaDates.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Context;
4
use C4::Context;
(-)a/t/db_dependent/Labels/t_Batch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2007 Foundations Bible College.
3
# Copyright 2007 Foundations Bible College.
4
# Copyright 2013 BibLibre
4
# Copyright 2013 BibLibre
(-)a/t/db_dependent/Labels/t_Layout.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2007 Foundations Bible College.
3
# Copyright 2007 Foundations Bible College.
4
#
4
#
(-)a/t/db_dependent/Labels/t_Profile.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2007 Foundations Bible College.
3
# Copyright 2007 Foundations Bible College.
4
#
4
#
(-)a/t/db_dependent/Labels/t_Template.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2007 Foundations Bible College.
3
# Copyright 2007 Foundations Bible College.
4
#
4
#
(-)a/t/db_dependent/Languages.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Letters.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Linker_FirstMatch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Log.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2011 MJ Ray and software.coop
3
# Copyright 2011 MJ Ray and software.coop
4
# This Koha test module is a stub!  
4
# This Koha test module is a stub!  
(-)a/t/db_dependent/Members.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Members/GetAllIssues.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Members/GetPendingIssues.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Members_Attributes.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Members_columns.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This is to test C4/Members
3
# This is to test C4/Members
4
# It requires a working Koha database with the sample data
4
# It requires a working Koha database with the sample data
(-)a/t/db_dependent/MungeMarcPrice.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/db_dependent/NewsChannels.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Dates qw(format_date);
4
use C4::Dates qw(format_date);
(-)a/t/db_dependent/Overdues.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl;
1
#!/usr/bin/env perl;
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 16;
4
use Test::More tests => 16;
(-)a/t/db_dependent/PatronLists.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Plugins.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/db_dependent/QueryParser.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Ratings.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 14;
4
use Test::More tests => 14;
(-)a/t/db_dependent/Record.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Record/Record.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Copyright 2006 (C) LibLime
3
# Copyright 2006 (C) LibLime
4
# Joshua Ferraro <jmf@liblime.com>
4
# Joshua Ferraro <jmf@liblime.com>
(-)a/t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 C & P Bibliography Services
3
# Copyright 2012 C & P Bibliography Services
4
#
4
#
(-)a/t/db_dependent/Reports.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/ReportsGuided.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
(-)a/t/db_dependent/Reports_Guided.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Reserves.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/RotatingCollections.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/SIP_ILS.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/SQLHelper.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Search.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Search_SearchHistory.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Serials.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Serials/Frequency.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use C4::Context;
3
use C4::Context;
4
use Test::More tests => 27;
4
use Test::More tests => 27;
(-)a/t/db_dependent/Serials/GetNextDate.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use C4::Context;
3
use C4::Context;
4
use Test::More tests => 86;
4
use Test::More tests => 86;
(-)a/t/db_dependent/Serials/GetNextSeq.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use C4::Context;
3
use C4::Context;
4
use Test::More tests => 32;
4
use Test::More tests => 32;
(-)a/t/db_dependent/Serials/Numberpattern.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use C4::Context;
3
use C4::Context;
4
use Test::More tests => 95;
4
use Test::More tests => 95;
(-)a/t/db_dependent/Serials_2.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
use Modern::Perl;
2
use Modern::Perl;
3
3
4
use Test::More tests => 36;
4
use Test::More tests => 36;
(-)a/t/db_dependent/Service.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/ShelfBrowser.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Test::More tests => 74;
4
use Test::More tests => 74;
(-)a/t/db_dependent/Stats.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use C4::Stats;
4
use C4::Stats;
(-)a/t/db_dependent/SuggestionEngine_ExplodedTerms.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/t/db_dependent/Suggestions.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/Tags.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/Templates.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/UploadedFile.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
3
4
# A simple test for UploadedFile
4
# A simple test for UploadedFile
(-)a/t/db_dependent/Utils/Datatables_Members.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/VirtualShelves.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is a test script for C4::VirtualShelves.pm
3
# This file is a test script for C4::VirtualShelves.pm
4
# Author : Antoine Farnault, antoine@koha-fr.org
4
# Author : Antoine Farnault, antoine@koha-fr.org
(-)a/t/db_dependent/VirtualShelves_Page.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!  
3
# This Koha test module is a stub!  
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/XISBN.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# This Koha test module is a stub!
3
# This Koha test module is a stub!
4
# Add more tests here!!!
4
# Add more tests here!!!
(-)a/t/db_dependent/XSLT_Handler.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2014 Rijksmuseum
3
# Copyright 2014 Rijksmuseum
4
#
4
#
(-)a/t/db_dependent/check_sysprefs.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2010 BibLibre
3
# Copyright (C) 2010 BibLibre
4
#
4
#
(-)a/t/db_dependent/sysprefs.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/www/auth_values_input_www.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/www/batch.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright 2012 C & P Bibliography Services
3
# Copyright 2012 C & P Bibliography Services
4
#
4
#
(-)a/t/db_dependent/www/history.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/db_dependent/www/search_utf8.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/t/smolder_smoke_signal (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file was copied from the smolder distribution and modified.
3
# This file was copied from the smolder distribution and modified.
4
# the copyright and license from the original distribution are
4
# the copyright and license from the original distribution are
(-)a/xt/author/Text_CSV_Various.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
(-)a/xt/author/translatable-templates.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/xt/author/valid-templates.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/xt/find-license-problems (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Find copyright and license problems in Koha source files. At this
3
# Find copyright and license problems in Koha source files. At this
4
# time it only looks for references to the old FSF address in GPLv2
4
# time it only looks for references to the old FSF address in GPLv2
(-)a/xt/fix-old-fsf-address (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
#
2
#
3
# Fix GPLv2 license blurbs that have the old FSF address at Temple Street,
3
# Fix GPLv2 license blurbs that have the old FSF address at Temple Street,
4
# instead of the Franklin Street one. Files to be fixed are read from
4
# instead of the Franklin Street one. Files to be fixed are read from
(-)a/xt/permissions.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl 
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2010 Tamil s.a.r.l.
3
# Copyright (C) 2010 Tamil s.a.r.l.
4
#
4
#
(-)a/xt/sample_notices.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2014 Tamil s.a.r.l.
3
# Copyright (C) 2014 Tamil s.a.r.l.
4
#
4
#
(-)a/xt/single_quotes.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/xt/tt_valid.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
(-)a/xt/verify-debian-docbook.t (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2013 Catalyst IT Ltd.
3
# Copyright (C) 2013 Catalyst IT Ltd.
4
#
4
#
(-)a/xt/yaml_valid.t (-2 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/env perl
2
2
3
# Copyright (C) 2012 BibLibre
3
# Copyright (C) 2012 BibLibre
4
#
4
#
5
- 

Return to bug 5617