summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-03-07 17:38:47 +0000
committertailor <cygnus@janrain.com>2007-03-07 17:38:47 +0000
commit26027f702db6dae8fa23fe34b4626380b708d64b (patch)
tree461cd98c0ee9d25828c8bcd54f8eb528e22c3bf9
parentaa34bb782900e5bcbe90656bac8904ef5b4a3ee2 (diff)
downloadphp-openid-26027f702db6dae8fa23fe34b4626380b708d64b.zip
php-openid-26027f702db6dae8fa23fe34b4626380b708d64b.tar.gz
php-openid-26027f702db6dae8fa23fe34b4626380b708d64b.tar.bz2
[project @ Skip DH-driven test in no-math case]
-rw-r--r--Tests/Auth/OpenID/AssociationResponse.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/AssociationResponse.php b/Tests/Auth/OpenID/AssociationResponse.php
index e21ef73..714b27c 100644
--- a/Tests/Auth/OpenID/AssociationResponse.php
+++ b/Tests/Auth/OpenID/AssociationResponse.php
@@ -365,7 +365,6 @@ class TestExtractAssociationDiffieHellman extends Tests_Auth_OpenID_AssociationR
global $Tests_Auth_OpenID_AssociationResponse_other;
$Tests_Auth_OpenID_AssociationResponse_other = array(
- new TestExtractAssociationDiffieHellman(),
new TestInvalidFields(),
new TestOpenID1AssociationResponseSessionType(),
new ExtractAssociationSessionTypeMismatch(),
@@ -373,4 +372,8 @@ $Tests_Auth_OpenID_AssociationResponse_other = array(
new TestExtractAssociationMissingFieldsOpenID2()
);
+if (!defined('Auth_OpenID_NO_MATH_SUPPORT')) {
+ $Tests_Auth_OpenID_AssociationResponse_other[] = new TestExtractAssociationDiffieHellman();
+}
+
?> \ No newline at end of file