]> source.dussan.org Git - nextcloud-server.git/commitdiff
enable unittesting on appframework and apptemplateadvanced
authorThomas Mueller <thomas.mueller@tmit.eu>
Mon, 21 Jan 2013 22:19:17 +0000 (23:19 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Mon, 21 Jan 2013 22:19:17 +0000 (23:19 +0100)
tests/enable_all.php

index 16838398f1751d5a8e63f18ea5eac9fabe9bc64b..44af0115650dff1e6f52f756c96ae49b3bfc6067 100644 (file)
@@ -10,7 +10,8 @@ require_once __DIR__.'/../lib/base.php';
 
 OC_App::enable('calendar');
 OC_App::enable('contacts');
-OC_App::enable('apptemplate_advanced');
+OC_App::enable('apptemplateadvanced');
+OC_App::enable('appframework');
 #OC_App::enable('files_archive');
 #OC_App::enable('mozilla_sync');
 #OC_App::enable('news');