projects
/
dbsrgits/DBIx-Class.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplify the find-test-temp-dir codepath a bit
[dbsrgits/DBIx-Class.git]
/
t
/
63register_column.t
1
BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
2
3
use strict;
4
use warnings;
5
6
use Test::More;
7
use Test::Exception;
8
9
use DBICTest;
10
11
lives_ok {
12
DBICTest::Schema->load_classes('PunctuatedColumnName')
13
} 'registered columns with weird names';
14
15
done_testing;