merge-requests/12/merge
Julien Veyssier 2018-01-15 14:36:13 +01:00
parent d80ab2f893
commit 1985bae084
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# GpxEdit owncloud/nextcloud application
[![Build status](https://gitlab.com/eneiluj/gpxedit-oc/badges/master/build.svg)](https://gitlab.com/eneiluj/gpxedit-oc/commits/master)
Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map.
You can load/save files from your Owncloud/Nextcloud file storage.
GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints.

View File

@ -51,7 +51,7 @@ class PageControllerTest extends \PHPUnit\Framework\TestCase {
$this->controller = new UtilsController(
$this->appName,
$this->request,
'test',
'testUser',
$c->query('ServerContainer')->getUserFolder('testUser'),
$c->query('ServerContainer')->getConfig(),
//$c->getServer()->getShareManager(),