[commits] Horde branch master updated. 3c6bc17e6bfc023c96a0c2978f5620eca19a6f63
Gunnar Wrobel
p at rdus.de
Wed Dec 1 21:10:40 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35
c296d32 Start conversion to PHPUnit.
66cfea7 Convert the getCryptedPassword test to PHPUnit.
398f56c Convert the Horde_Auth_Passwd test to PHPUnit.
452bb93 Replace the Kolab tests with a simpler unit test.
45719e5 phpdoc
44a7dc1 Remove pass-by-reference.
729bc17 Concatenate.
388a096 Must match signature of Horde_Auth_Ldap.
43feccd Allow the drivers to rewrite the login credentials again.
3c6bc17 Update package.xml.
-----------------------------------------------------------------------
commit c296d3247a0b7b05ff7dd33a22ea240302ad4fed
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 17:03:05 2010 +0100
Start conversion to PHPUnit.
framework/Auth/test/Horde/Auth/AllTests.php | 13 ++++++-
framework/Auth/test/Horde/Auth/Autoload.php | 21 ++++++++++
framework/Auth/test/Horde/Auth/TestCase.php | Bin 0 -> 2048 bytes
framework/Auth/test/Horde/Auth/Unit/AuthTest.php | 44 ++++++++++++++++++++++
framework/Auth/test/Horde/Auth/getSalt.phpt | Bin 530 -> 0 bytes
5 files changed, 77 insertions(+), 1 deletions(-)
create mode 100644 framework/Auth/test/Horde/Auth/Autoload.php
create mode 100644 framework/Auth/test/Horde/Auth/TestCase.php
create mode 100644 framework/Auth/test/Horde/Auth/Unit/AuthTest.php
delete mode 100644 framework/Auth/test/Horde/Auth/getSalt.phpt
http://git.horde.org/horde-git/-/commit/c296d3247a0b7b05ff7dd33a22ea240302ad4fed
-----------------------------------------------------------------------
commit 66cfea7f86be0185f6acd38a289df19563ae45a4
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 21:09:39 2010 +0100
Convert the getCryptedPassword test to PHPUnit.
framework/Auth/test/Horde/Auth/Unit/AuthTest.php | 12 ++++++++++--
framework/Auth/test/Horde/Auth/credentials.php | Bin 909 -> 0 bytes
framework/Auth/test/Horde/Auth/getCryptedPassword.phpt | Bin 1002 -> 0 bytes
3 files changed, 10 insertions(+), 2 deletions(-)
delete mode 100644 framework/Auth/test/Horde/Auth/credentials.php
delete mode 100644 framework/Auth/test/Horde/Auth/getCryptedPassword.phpt
http://git.horde.org/horde-git/-/commit/66cfea7f86be0185f6acd38a289df19563ae45a4
-----------------------------------------------------------------------
commit 398f56c1335d1415b705ebc4cbb942b1ff777a5f
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 21:17:25 2010 +0100
Convert the Horde_Auth_Passwd test to PHPUnit.
framework/Auth/test/Horde/Auth/Unit/PasswdTest.php | 53 +++++++++++++++++++
framework/Auth/test/Horde/Auth/fixtures/test.passwd | 1 +
framework/Auth/test/Horde/Auth/passwd.phpt | 24 --------
framework/Auth/test/Horde/Auth/test.passwd | 1 -
4 files changed, 54 insertions(+), 25 deletions(-)
create mode 100644 framework/Auth/test/Horde/Auth/Unit/PasswdTest.php
create mode 100644 framework/Auth/test/Horde/Auth/fixtures/test.passwd
delete mode 100644 framework/Auth/test/Horde/Auth/passwd.phpt
delete mode 100644 framework/Auth/test/Horde/Auth/test.passwd
http://git.horde.org/horde-git/-/commit/398f56c1335d1415b705ebc4cbb942b1ff777a5f
-----------------------------------------------------------------------
commit 452bb93042bb90d44874dcfc34d0ea3d4d251c59
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 21:41:26 2010 +0100
Replace the Kolab tests with a simpler unit test.
framework/Auth/test/Horde/Auth/Kolab/Autoload.php | 28 -
framework/Auth/test/Horde/Auth/Kolab/Class/KolabTest.php | 134 -----
framework/Auth/test/Horde/Auth/Kolab/Integration/AuthTest.php | 253 ---------
framework/Auth/test/Horde/Auth/Unit/KolabTest.php | 80 +++
4 files changed, 80 insertions(+), 415 deletions(-)
delete mode 100644 framework/Auth/test/Horde/Auth/Kolab/Autoload.php
delete mode 100644 framework/Auth/test/Horde/Auth/Kolab/Class/KolabTest.php
delete mode 100644 framework/Auth/test/Horde/Auth/Kolab/Integration/AuthTest.php
create mode 100644 framework/Auth/test/Horde/Auth/Unit/KolabTest.php
http://git.horde.org/horde-git/-/commit/452bb93042bb90d44874dcfc34d0ea3d4d251c59
-----------------------------------------------------------------------
commit 45719e5f3a1c27a7900ec399140b6621e0d126cb
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 21:41:41 2010 +0100
phpdoc
framework/Auth/test/Horde/Auth/Unit/PasswdTest.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/45719e5f3a1c27a7900ec399140b6621e0d126cb
-----------------------------------------------------------------------
commit 44a7dc1d72fee00f19765743d068b4c6f849b333
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 21:59:51 2010 +0100
Remove pass-by-reference.
framework/Auth/lib/Horde/Auth/Pam.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/44a7dc1d72fee00f19765743d068b4c6f849b333
-----------------------------------------------------------------------
commit 729bc17dd13258eca64c3dbc789368f15fc64f62
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 22:00:08 2010 +0100
Concatenate.
framework/Auth/lib/Horde/Auth/Ftp.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/729bc17dd13258eca64c3dbc789368f15fc64f62
-----------------------------------------------------------------------
commit 388a09619056fd3f9c1697df48b8497470c0989b
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 22:00:31 2010 +0100
Must match signature of Horde_Auth_Ldap.
framework/Auth/lib/Horde/Auth/Msad.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/388a09619056fd3f9c1697df48b8497470c0989b
-----------------------------------------------------------------------
commit 43feccd880b87c458d653243f3f800f9e4e99539
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 22:01:13 2010 +0100
Allow the drivers to rewrite the login credentials again.
framework/Auth/lib/Horde/Auth/Base.php | 3 ++-
framework/Auth/test/Horde/Auth/Unit/KolabTest.php | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/43feccd880b87c458d653243f3f800f9e4e99539
-----------------------------------------------------------------------
commit 3c6bc17e6bfc023c96a0c2978f5620eca19a6f63
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Dec 1 22:08:39 2010 +0100
Update package.xml.
framework/Auth/package.xml | 164 +++++++++++++++++++++++++------------------
1 files changed, 95 insertions(+), 69 deletions(-)
http://git.horde.org/horde-git/-/commit/3c6bc17e6bfc023c96a0c2978f5620eca19a6f63
More information about the commits
mailing list