diff --git a/README.md b/README.md index 6a3270f..0a21a43 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tests/php/controller/.pageControllerTest.php.swp b/tests/php/controller/.pageControllerTest.php.swp index 9cc0f4e..f22590f 100644 Binary files a/tests/php/controller/.pageControllerTest.php.swp and b/tests/php/controller/.pageControllerTest.php.swp differ diff --git a/tests/php/controller/pageControllerTest.php b/tests/php/controller/pageControllerTest.php index aea91ad..5a210ff 100644 --- a/tests/php/controller/pageControllerTest.php +++ b/tests/php/controller/pageControllerTest.php @@ -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(),