From 1985bae084a07338a3bd18477deb91d842800f8e Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 15 Jan 2018 14:36:13 +0100 Subject: [PATCH] CICI --- README.md | 2 ++ .../controller/.pageControllerTest.php.swp | Bin 20480 -> 20480 bytes tests/php/controller/pageControllerTest.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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 9cc0f4ed60bf70f97882de6535a8a56a72720d9d..f22590fdbca27ad2311f4a8e57228981b357face 100644 GIT binary patch delta 97 zcmZozz}T>WQ6b47%+puFLeGE!2m}}y)~$|-`fJR_P@coUP?VovGV!3wMwbKftSRga y3>lL-6&?#Zb22de<6vMo4#ZP|IAil)g>v@Eaq7C0muhTg2`x@7+8m*|LJa^m;T+Zg delta 92 zcmZozz}T>WQ6b47%+puFLeGE!2m}}y>Q}}@F_^G1l;P=WPC~P|iMCK;3ZiLXFLvBQ#g20RTXA7}Wp( 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(),