Summary | Horde_Secret : broken test |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | remi (at) famillecollet (dot) com |
Created | 11/07/2012 (4621 days ago) |
Due | |
Updated | 11/07/2012 (4621 days ago) |
Assigned | |
Resolved | 11/07/2012 (4621 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Horde_Blowfish. Which we do not support.
Assigned to Jan Schneider
commit 4b826858be184391c4468be88afa7f7582b413f7
Author: Jan Schneider <jan@horde.org>
Date: Wed Nov 7 16:53:58 2012 +0100
Fix long key test (
Bug #11667)..../Secret/test/Horde/Secret/Unit/SecretTest.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/4b826858be184391c4468be88afa7f7582b413f7
Priority ⇒ 1. Low
New Attachment: Horde_Secret-test.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Horde_Secret : broken test
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Horde Framework Packages
Non-static method PEAR::raiseError() should not be called statically, ...
There was 1 failure:
1) Horde_Secret_Unit_SecretTest::testLongKeyException
Failed asserting that exception of type "Horde_Secret_Exception" is thrown.
According to
Bug #11566, key > 56 is no more an isueFixed in
http://git.horde.org/commit.php/?rt=horde-git&commit=def22bd5e48fd39d1aa26c02af526fe5794d3890
So the testLongKeyException doesn't thrown any exception.
Attached path fixes both.