projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a953d8d
)
Missed one
Matt S Trout [Sat, 21 Jan 2006 23:56:32 +0000 (23:56 +0000)]
t/run/11mysql.tl
patch
|
blob
|
blame
|
history
diff --git
a/t/run/11mysql.tl
b/t/run/11mysql.tl
index
a78bfec
..
ab5d2db
100644
(file)
--- a/
t/run/11mysql.tl
+++ b/
t/run/11mysql.tl
@@
-55,7
+55,7
@@
my $test_type_info = {
};
-my $type_info = MySQLTest::Artist->storage->columns_info_for('artist');
+my $type_info = MySQLTest->schema->storage->columns_info_for('artist');
is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');