From 134bac46d07a4d027ef350c69a6cc8f787bfa6e9 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 5 Nov 2008 22:10:35 +0000 Subject: add installation unit tests and corrected a problem where the groups_users pivot table was not populated. --- modules/gallery_unit_test/controllers/test.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/gallery_unit_test') diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php index 4a019dcd..5084957b 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -63,6 +63,9 @@ class Test_Controller extends Controller { core_installer::uninstall(); core_installer::install(); + user_installer::uninstall(); + user_installer::install(); + print new Unit_Test(); } } -- cgit v1.2.3