Whitespace cleanup

This commit is contained in:
Bart Visscher
2012-10-14 21:15:16 +02:00
parent 279270d407
commit 7c45f55f15
5 changed files with 15 additions and 15 deletions

View File

@@ -19,13 +19,13 @@ class Test_User_Imap extends UnitTestCase{
function skip() {
$config=$this->getConfig();
$this->skipUnless($config['imap']['run']);
}
}
function setUp() {
$config=$this->getConfig();
$this->instance=new OC_User_IMAP($config['imap']['mailbox']);
}
function testLogin() {
$config=$this->getConfig();
$this->assertEqual($config['imap']['user'],$this->instance->checkPassword($config['imap']['user'],$config['imap']['password']));