Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2016-02-10 00:29:56 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2016-02-10 00:29:56 +0300
commit96ae35ca3005f46989899387195124a8693e42d1 (patch)
tree065c761491f8dd0730eca3476d5e39cc9438c560
parent61f672827e2e97aeaf8dddc568850143a731ed5d (diff)
parent4e6707943cba1c44d3f4e7074406b7ec82971c0e (diff)
Merge pull request #509 from owncloud/fix-local-testsv9.0beta1
[9.0] Fix local tests
-rw-r--r--tests/_support/Helper/CoreTestCase.php2
-rw-r--r--tests/integration/appinfo/ApplicationTest.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/_support/Helper/CoreTestCase.php b/tests/_support/Helper/CoreTestCase.php
index e2c8c0be..04609d5f 100644
--- a/tests/_support/Helper/CoreTestCase.php
+++ b/tests/_support/Helper/CoreTestCase.php
@@ -18,6 +18,8 @@ namespace Helper;
* This class is created in order to avoid having to stay in sync with the content of these methods
* in core
*
+ * @group DB
+ *
* @package OCA\Gallery\Tests\Helper
*/
class CoreTestCase extends \Test\TestCase {
diff --git a/tests/integration/appinfo/ApplicationTest.php b/tests/integration/appinfo/ApplicationTest.php
index 9de923ab..a0c18474 100644
--- a/tests/integration/appinfo/ApplicationTest.php
+++ b/tests/integration/appinfo/ApplicationTest.php
@@ -29,7 +29,7 @@ class ApplicationTest extends GalleryIntegrationTest {
['FilesPublicController', 'OCA\Gallery\Controller\FilesPublicController'],
['PreviewController', 'OCA\Gallery\Controller\PreviewController'],
['PreviewPublicController', 'OCA\Gallery\Controller\PreviewPublicController'],
- ['L10N', '\OC_L10N']
+ ['L10N', '\OCP\IL10N']
];
}