Enable additonal storage driver tests
authorJason Stephenson <jason@sigio.com>
Sat, 6 Jul 2019 20:29:54 +0000 (16:29 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 6 Jul 2019 20:29:54 +0000 (16:29 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/t/09-OpenILS-Application-Storage-Driver.t

index 9e93ade..49fd821 100644 (file)
@@ -1,12 +1,13 @@
 #!perl -T
 
-use Test::More tests => 3;
+use Test::More tests => 6;
 
 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
-# use_ok( 'OpenILS::Application::Storage::Driver::Pg' );
-# use_ok( 'OpenILS::Application::Storage::Driver::Pg::dbi' );
-# use_ok( 'OpenILS::Application::Storage::Driver::Pg::storage' );
+# 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' );