Reorder the tests in 09-OpenILS-Application-Storage-Driver.t user/dyrcona/newperl-require-vs-use
authorJason Stephenson <jason@sigio.com>
Sun, 7 Jul 2019 11:05:31 +0000 (07:05 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 7 Jul 2019 11:05:31 +0000 (07:05 -0400)
Open-ILS/src/perlmods/t/09-OpenILS-Application-Storage-Driver.t [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 49fd821..4ccba01
@@ -2,12 +2,9 @@
 
 use Test::More tests => 6;
 
+use_ok( 'OpenILS::Application::Storage::Driver::Pg' );
 use_ok( 'OpenILS::Application::Storage::Driver::Pg::cdbi' );
 use_ok( 'OpenILS::Application::Storage::Driver::Pg::fts' );
-use_ok( 'OpenILS::Application::Storage::Driver::Pg::QueryParser' );
-
-# These modules are not meant to be loaded as a normal Perl module
-# Lp 1835620 enables these tests because it fixes the code.
-use_ok( 'OpenILS::Application::Storage::Driver::Pg' );
-use_ok( 'OpenILS::Application::Storage::Driver::Pg::dbi' );
 use_ok( 'OpenILS::Application::Storage::Driver::Pg::storage' );
+use_ok( 'OpenILS::Application::Storage::Driver::Pg::dbi' );
+use_ok( 'OpenILS::Application::Storage::Driver::Pg::QueryParser' );