Tests/authsympa : Password was invalid
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5914 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -49,7 +49,7 @@ class authsympaTest extends PHPUnit_Framework_TestCase
|
||||
$authsympa->wsdl = "https://listes.grenoble.cnrs.fr/sympa/wsdl";
|
||||
$authsympa->list = "listtest@listes.grenoble.cnrs.fr";
|
||||
$authsympa->connect ();
|
||||
$res = $authsympa->authentication ("richard.heral@grenoble.cnrs.fr", "Lavchdn8!");
|
||||
$res = $authsympa->authentication ("richard.heral@grenoble.cnrs.fr", "Lavchdn7!");
|
||||
$this->assertSame ($res, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user