summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Net/OpenID/DiffieHellman.php2
-rw-r--r--texttest.php2
2 files changed, 2 insertions, 2 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 {
diff --git a/texttest.php b/texttest.php
index 085ce0b..8575500 100644
--- a/texttest.php
+++ b/texttest.php
@@ -45,7 +45,7 @@ array_shift($argv);
$t = array_search('--thorough', $argv);
if ($t !== false && $t !== null) {
- define('Tests_Net_OpenID_DH_thorough', true);
+ define('Tests_Net_OpenID_thorough', true);
}
$suites = loadSuite($argv);