-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreview-1.3-test-failures.txt
69 lines (55 loc) · 2.85 KB
/
review-1.3-test-failures.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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.