projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5d0a295
)
fix broken test
Brandon L. Black [Tue, 20 Jun 2006 03:35:22 +0000 (
03:35
+0000)]
t/71mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/71mysql.t
b/t/71mysql.t
index
93f45fd
..
4ae1ef8
100644
(file)
--- a/
t/71mysql.t
+++ b/
t/71mysql.t
@@
-59,7
+59,7
@@
my $test_type_info = {
'default_value' => undef,
},
'charfield' => {
- 'data_type' => 'VARCHAR',
+ 'data_type' => 'CHAR',
'is_nullable' => 1,
'size' => 10,
'default_value' => undef,