Allow for tests to run in parallel (simultaneously from multiple checkouts)
[dbsrgits/DBIx-Class.git] / t / admin / 02ddl.t
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2010-05-31 Peter Rabbitson Fix RT#57732
2010-05-07 Peter Rabbitson Trap erroneous warnings
2010-05-07 Eden Cardim added failing test case for non-versioned schema deploy...
2010-02-21 Peter Rabbitson Bah humbug
2010-02-13 Peter Rabbitson Switch tests to Optional::Deps
2010-01-17 Gordon Irving remove comment headers
2010-01-17 Peter Rabbitson More tets cleanup
2010-01-17 Peter Rabbitson More detabification
2010-01-17 Peter Rabbitson Real detabify
2010-01-15 Gordon Irving remove Module::Load from test suite
2010-01-15 Gordon Irving change white space to not be tabs
2009-12-17 Gordon Irving use DBICTest::_database over creating a schema object...
2009-12-15 Gordon Irving update test suite to skip if cannot load DBIx::Class...
2009-12-12 Gordon Irving change passing of preversion to be a parameter
2009-12-12 Gordon Irving add sleep 1 to t/admin/02ddl.t so insert into upgrade...
2009-12-02 Gordon Irving all ddl tests now pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-12-02 Gordon Irving get deployment tests to pass
2009-11-30 Gordon Irving add DBIx::Class::Admin