diff options
author | tailor <cygnus@janrain.com> | 2007-01-11 18:38:16 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-01-11 18:38:16 +0000 |
commit | 07980a8eeb6ebf0589cead7ce17a86d426eadf97 (patch) | |
tree | 9e773ba6a20b8eddacb12e5f322780f8cb9374b5 /Tests/Auth | |
parent | 00894ce87f4c44c71bcf2aa24518249f399ac06d (diff) | |
download | php-openid-07980a8eeb6ebf0589cead7ce17a86d426eadf97.zip php-openid-07980a8eeb6ebf0589cead7ce17a86d426eadf97.tar.gz php-openid-07980a8eeb6ebf0589cead7ce17a86d426eadf97.tar.bz2 |
[project @ Add bigmath test values]
Diffstat (limited to 'Tests/Auth')
-rw-r--r-- | Tests/Auth/OpenID/BigMath.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/BigMath.php b/Tests/Auth/OpenID/BigMath.php index 7fd2b17..a5dbac2 100644 --- a/Tests/Auth/OpenID/BigMath.php +++ b/Tests/Auth/OpenID/BigMath.php @@ -198,9 +198,10 @@ class Tests_Auth_OpenID_BigMath extends PHPUnit_TestSuite { $cases = array( array("\x00", 0), array("\x01", 1), - array("\x00\xFF", 255), + array("\x7F", 127), array("\x00\x80", 128), array("\x00\x81", 129), + array("\x00\xFF", 255), array("\x00\x80\x00", 32768), array("OpenID is cool", "1611215304203901150134421257416556") |