Comment 2 for bug 1247629

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/55084
Committed: http://github.com/openstack/glance/commit/c7752445df4ecd7bbb2421899f42537101e96bc2
Submitter: Jenkins
Branch: master

commit c7752445df4ecd7bbb2421899f42537101e96bc2
Author: Alex Meade <email address hidden>
Date: Sun Nov 3 17:51:31 2013 +0000

    Remove TestRegistryDB dependency on TestRegistryAPI

    TestRegistryDB does not set up the sqlalchemy db it uses with the db models.
    These tests only pass when run in conjunction with TestRegistryAPI because that
    test case does set up the db. TestRegistryDB should set up the DB as it needs
    to.

    Fixes bug 1247629

    Change-Id: Ib0629634e567e1fb9b98dac50025f5309cd4efec