UID Revocation Test Fails
Currently the UID Revocation test fails
======================================================================
FAIL: test_addrevuid (tests.test_gpg_ops.GPGOpsTestKey)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jacob/coding/make-pgp-clean-room/resources/pgpcr/tests/test_gpg_ops.py", line 125, in test_addrevuid
self.assertIn(addtest+" REVOKED", self.gk.uids)
AssertionError: 'addtest <addtest@example.com> REVOKED' not found in ['addtest <addtest@example.com>', 'test <test@example.com>']
Seems to work in practice however.
Edited by Jacob Adams