| ezcUnitTest uses the PHPUnit 3.3.15 framework from Sebastian Bergmann. |
| |
| [Preparing tests]: |
| eZ Components: |
| Authentication: |
| ezcAuthenticationGeneralTest: .......... |
| ezcAuthenticationSessionTest: .......... |
| ezcAuthenticationGroupTest: ..................... |
| ezcAuthenticationGroupMultipleTest: .... |
| ezcAuthenticationHtpasswdTest: ....................... |
| ezcAuthenticationLdapTest: SSSSSSSSSSSSSSSSSSSSSSSSSSSSS |
| ezcAuthenticationOpenidTest: .....F..........E.......F......F....................S... |
| ezcAuthenticationOpenidFileStoreTest: .............. |
| ezcAuthenticationTokenTest: ........... |
| ezcAuthenticationTypekeyTest: ...SSS..F...S........ |
| ezcAuthenticationBignumTest: ....F...SSSSSS |
| ezcAuthenticationUrlTest: ........... |
| |
| Time: 01:08 |
| |
| There was 1 error: |
| |
| 1) testOpenidWrapperDiscoverXrdsUrlNoOpenid(ezcAuthenticationOpenidTest) |
| ezcAuthenticationOpenidConnectionException: Could not connect to http://www.google.com/xrds/xrds.xml. Type 'application/xrds+xml' not supported. |
| /home/kore/devel/ezcomponents/trunk/Authentication/src/url/url.php:217 |
| /home/kore/devel/ezcomponents/trunk/Authentication/src/filters/openid/openid_filter.php:727 |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/openid/data/openid_wrapper.php:65 |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/openid/openid_test.php:409 |
| |
| -- |
| |
| |
| There were 5 failures: |
| |
| 1) testOpenidCliExceptionFileStoreNonce(ezcAuthenticationOpenidTest) |
| Failed asserting that <integer:2> matches expected value <integer:3>. |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/openid/openid_test.php:271 |
| |
| 2) testOpenidCaseNullSmartModeFileStoreFailHostInaccessible(ezcAuthenticationOpenidTest) |
| Expected exception was not thrown. |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/openid/openid_test.php:575 |
| |
| 3) testOpenidMockImmediateCaseNullFailHostInaccessible(ezcAuthenticationOpenidTest) |
| Expected exception was not thrown. |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/openid/openid_test.php:782 |
| |
| 4) testTypekeyPublicKeysFileLocal(ezcAuthenticationTypekeyTest) |
| Failed asserting that <boolean:false> matches expected value <boolean:true>. |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/filters/typekey/typekey_test.php:199 |
| |
| 5) testGmpGcd(ezcAuthenticationBignumTest) |
| ezcAuthenticationGmpLibrary: gcd( 6, 3 ) produced (2,-3,3), expected (0,1,3). |
| Failed asserting that two arrays are equal. |
| --- Expected |
| +++ Actual |
| @@ -1,6 +1,6 @@ |
| Array |
| ( |
| - [0] => 0 |
| - [1] => 1 |
| + [0] => 2 |
| + [1] => -3 |
| [2] => 3 |
| ) |
| |
| /home/kore/devel/ezcomponents/trunk/Authentication/tests/math/bignum_test.php:223 |
| |
| FAILURES! |
| Tests: 224, Assertions: 483, Failures: 5, Errors: 1, Skipped: 40. |