Updated the test

This commit is contained in:
Roland Hedberg
2009-11-20 14:31:33 +01:00
parent 8cc493c35d
commit 8604608408

View File

@@ -44,8 +44,8 @@ class TestClass:
assert _eq(ava.keys(), ["surName"])
assert ava["surName"] == ["Jeter"]
def test_issuers(self):
assert _eq(self.cache.issuers("1234"), ["abcd", "bcde"])
def test_entities(self):
assert _eq(self.cache.entities("1234"), ["abcd", "bcde"])
def test_4(self):
self.cache.reset("1234", "bcde")