diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-15 11:53:32 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-15 11:53:32 +0200 |
commit | 0b8273c76834783461bc186cca69e1a73f2570de (patch) | |
tree | 4f5d8a928a1e2969605cb495b59e952bf586f30c /tests | |
parent | 3380bd650f1c716fe25c750a5a1eadb2055c612a (diff) | |
download | nextcloud-server-0b8273c76834783461bc186cca69e1a73f2570de.tar.gz nextcloud-server-0b8273c76834783461bc186cca69e1a73f2570de.zip |
test should work now
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/avatar.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/avatar.php b/tests/lib/avatar.php index 1c5195f8eb1..b458e40bc11 100644 --- a/tests/lib/avatar.php +++ b/tests/lib/avatar.php @@ -9,7 +9,6 @@ class Test_Avatar extends PHPUnit_Framework_TestCase { public function testAvatar() { - $this->markTestSkipped("Setting custom avatars with encryption doesn't work yet"); $avatar = new \OC_Avatar(\OC_User::getUser()); |