start removing references to AuthManager

This commit is contained in:
Vishvananda Ishaya
2011-07-21 22:46:57 +00:00
parent ca79d9bdf2
commit bb5e9e87a8
7 changed files with 20 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ class HyperVTestCase(test.TestCase):
self.user = self.manager.create_user('fake', 'fake', 'fake',
admin=True)
self.project = self.manager.create_project('fake', 'fake', 'fake')
self.context = context.RequestContext(self.user, self.project)
self.context = context.RequestContext(self.user.id, self.project.id)
def test_create_destroy(self):
"""Create a VM and destroy it"""