diff options
author | Josh Hoyt <josh@janrain.com> | 2006-01-06 19:40:57 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-01-06 19:40:57 +0000 |
commit | f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a (patch) | |
tree | 4dca250a66bd6d7afba9cb87fcfb8a803c6a7529 /Tests/Net | |
parent | 8863a276261f03953e45da6f8a9b291732269372 (diff) | |
download | php-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.zip php-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.tar.gz php-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.tar.bz2 |
[project @ Change name of define for thorough testing]
Diffstat (limited to 'Tests/Net')
-rw-r--r-- | Tests/Net/OpenID/DiffieHellman.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Net/OpenID/DiffieHellman.php b/Tests/Net/OpenID/DiffieHellman.php index 561aafe..2819b98 100644 --- a/Tests/Net/OpenID/DiffieHellman.php +++ b/Tests/Net/OpenID/DiffieHellman.php @@ -144,7 +144,7 @@ class Tests_Net_OpenID_DiffieHellman extends PHPUnit_TestSuite { $lib = Net_OpenID_MathLibrary::getLibWrapper(); if ($lib->type != 'dumb') { - if (defined('Tests_Net_OpenID_DH_thorough')) { + if (defined('Tests_Net_OpenID_thorough')) { $npriv = count($priv_cases); $nexch = count($exch_cases); } else { |