summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-05 22:10:35 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-05 22:10:35 +0000
commit134bac46d07a4d027ef350c69a6cc8f787bfa6e9 (patch)
tree0cb31e5aac7a7984294be9ac5e289dd1f2e0f3bb /modules/gallery_unit_test
parentdbf0fda99b2751378d924f6f8fda7509eb1c04b3 (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.php3
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();
}
}