add sleep 1 to t/admin/02ddl.t so insert into upgrade table does not happen too quickly
[dbsrgits/DBIx-Class.git] / t / admin / 01load.t
CommitLineData
9f3849c3 1#
2#===============================================================================
3#
4# FILE: 01load.t
5#
6# DESCRIPTION:
7#
8# FILES: ---
9# BUGS: ---
10# NOTES: ---
11# AUTHOR: Gordon Irving (), <Gordon.irving@sophos.com>
12# COMPANY: Sophos
13# VERSION: 1.0
14# CREATED: 28/11/09 13:54:30 GMT
15# REVISION: ---
16#===============================================================================
17
18use strict;
19use warnings;
20
21use Test::More; # last test to print
22
23use Path::Class;
24use FindBin qw($Bin);
25use lib dir($Bin,'..', '..','lib')->stringify;
26use lib dir($Bin,'..', 'lib')->stringify;
27
28use ok 'DBIx::Class::Admin';
29
30
31done_testing;