diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-05 22:10:35 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-05 22:10:35 +0000 |
commit | 134bac46d07a4d027ef350c69a6cc8f787bfa6e9 (patch) | |
tree | 0cb31e5aac7a7984294be9ac5e289dd1f2e0f3bb /modules/gallery_unit_test | |
parent | dbf0fda99b2751378d924f6f8fda7509eb1c04b3 (diff) |
add installation unit tests and corrected a problem where the groups_users pivot table was not populated.
Diffstat (limited to 'modules/gallery_unit_test')
-rw-r--r-- | modules/gallery_unit_test/controllers/test.php | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } } |