tests and docs updates
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 10sqlite_common.t
index 7208977..c942bd4 100644 (file)
@@ -1,12 +1,12 @@
 use strict;
 use lib qw( ./t );
-use dbixcl_common_tests;
+use dbixcsl_common_tests;
 
 eval { require DBD::SQLite };
 my $class = $@ ? 'SQLite2' : 'SQLite';
 
 {
-    my $tester = dbixcl_common_tests->new(
+    my $tester = dbixcsl_common_tests->new(
         vendor          => 'SQLite',
         auto_inc_pk     => 'INTEGER NOT NULL PRIMARY KEY',
         dsn             => "dbi:$class:dbname=./t/sqlite_test",