projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Merge 'reorganize_tests' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git]
/
t
/
helperrels
/
25utf8.t
Commit
Line
Data
e59c17fe
1
use Test::More;
2
use lib qw(t/lib);
3
use DBICTest;
4
use DBICTest::HelperRels;
5
6
require "t/run/25utf8.tl";
7
run_tests(DBICTest->schema);