Merge "Fix ArchiveTestCase on PostgreSQL"

This commit is contained in:
Jenkins
2013年09月05日 09:59:20 +00:00
committed by Gerrit Code Review

View File

@@ -6137,7 +6137,7 @@ class ArchiveTestCase(test.TestCase):
self.conn.execute(ins_stmt)
update_statement = self.dns_domains.update().\
where(self.dns_domains.c.domain == uuidstr0).\
values(deleted=1)
values(deleted=True)
self.conn.execute(update_statement)
qdd = select([self.dns_domains], self.dns_domains.c.domain ==
uuidstr0)
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.