From: Joas Schilling Date: Wed, 3 Feb 2016 11:57:22 +0000 (+0100) Subject: Make sure tests don't leave a stray directory behind X-Git-Tag: v9.0beta1~103^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=599eb141b482f4fd4b0506116cdbd431a29d1a23;p=nextcloud-server.git Make sure tests don't leave a stray directory behind --- diff --git a/tests/lib/appframework/AppTest.php b/tests/lib/appframework/AppTest.php index 7cba0e6db6b..3d41d6590aa 100644 --- a/tests/lib/appframework/AppTest.php +++ b/tests/lib/appframework/AppTest.php @@ -79,9 +79,9 @@ class AppTest extends \Test\TestCase { $this->container['OCP\\AppFramework\\Http\\IOutput'] = $this->io; $this->container['urlParams'] = array(); - $this->appPath = __DIR__ . '/../../../apps/namespacetestapp/appinfo'; - $infoXmlPath = $this->appPath . '/info.xml'; - mkdir($this->appPath, 0777, true); + $this->appPath = __DIR__ . '/../../../apps/namespacetestapp'; + $infoXmlPath = $this->appPath . '/appinfo/info.xml'; + mkdir($this->appPath . '/appinfo', 0777, true); $xml = '' . '' .