#285 Make sure to always drop the database before populating the schema

The reason is that the previous tests might have left the database in
an inconsistent state.
pull/275/head
Andrei Ismail 11 years ago
parent 3edc0ab63f
commit e3b03dbaba

@ -1,3 +1,5 @@
DROP DATABASE IF EXISTS test;
CREATE DATABASE test;
USE test;

Loading…
Cancel
Save