[Rt-commit] rt branch, 4.0/test-installer-drop-database, created. rt-4.0.10-1-g428ac5d
? sunnavy
sunnavy at bestpractical.com
Thu Jan 31 09:54:12 EST 2013
The branch, 4.0/test-installer-drop-database has been created
at 428ac5d8a4b49f7bf1a7e0322e4dc7c8971bb91f (commit)
- Log -----------------------------------------------------------------
commit 428ac5d8a4b49f7bf1a7e0322e4dc7c8971bb91f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jan 31 22:50:54 2013 +0800
explicitly drop database for installer test
the db is created in installer's initialization, and RT::Test won't drop it
automatically.
diff --git a/t/web/installer.t b/t/web/installer.t
index a9c1caa..a34cdcb 100644
--- a/t/web/installer.t
+++ b/t/web/installer.t
@@ -97,5 +97,6 @@ diag "Walking through install screens setting defaults";
ok $m->login(), 'logged in';
}
+RT::Test::__drop_database();
undef $m;
done_testing;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list