Fix uni tests

This commit is contained in:
Thomas Müller 2015-10-14 14:57:23 +02:00
parent 2ff55560e2
commit 8fa59033ac
7 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use Sabre\DAV\Auth\Backend\BackendInterface;

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use OCP\AppFramework\Http;
use OCP\Lock\ILockingProvider;
@ -24,7 +24,7 @@ class DownloadTest extends RequestTest {
}
/**
* @expectedException \OC\Connector\Sabre\Exception\FileLocked
* @expectedException \OCA\DAV\Connector\Sabre\Exception\FileLocked
*/
public function testDownloadWriteLocked() {
$user = $this->getUniqueID();

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use OC\Files\View;
use Test\Traits\EncryptionTrait;

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use Sabre\DAV\Exception;

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use OCA\DAV\Connector\Sabre\Server;
use OCA\DAV\Connector\Sabre\ServerFactory;

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use Sabre\HTTP\Request;
use Sabre\HTTP\Response;

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace Test\Connector\Sabre\RequestTest;
namespace OCA\DAV\Tests\Unit\Connector\Sabre\RequestTest;
use OC\AppFramework\Http;