projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c61a074
)
whops
Peter Rabbitson [Sun, 21 Dec 2008 08:45:25 +0000 (08:45 +0000)]
t/95sql_maker.t
patch
|
blob
|
blame
|
history
t/95sql_maker_quote.t
patch
|
blob
|
blame
|
history
diff --git
a/t/95sql_maker.t
b/t/95sql_maker.t
index
531920d
..
0f7dda8
100644
(file)
--- a/
t/95sql_maker.t
+++ b/
t/95sql_maker.t
@@
-13,8
+13,6
@@
BEGIN {
: ( tests => 3 );
}
-use lib qw(t/lib);
-
use_ok('DBICTest');
my $schema = DBICTest->init_schema();
diff --git
a/t/95sql_maker_quote.t
b/t/95sql_maker_quote.t
index
8e8f582
..
4fa987b
100644
(file)
--- a/
t/95sql_maker_quote.t
+++ b/
t/95sql_maker_quote.t
@@
-13,8
+13,6
@@
BEGIN {
: ( tests => 12 );
}
-use lib qw(t/lib);
-
use_ok('DBICTest');
my $schema = DBICTest->init_schema();