~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/test/cryptutil.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    cases = [
65
65
        ('\x00', 0L),
66
66
        ('\x01', 1L),
 
67
        ('\x7F', 127L),
67
68
        ('\x00\xFF', 255L),
68
69
        ('\x00\x80', 128L),
69
70
        ('\x00\x81', 129L),