Comment 2 for bug 1501163

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

Reviewed: https://review.openstack.org/229234
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9e09cfab2e1ec0b3e22f007eb2b7530e1c253dbe
Submitter: Jenkins
Branch: master

commit 9e09cfab2e1ec0b3e22f007eb2b7530e1c253dbe
Author: Richard Jones <email address hidden>
Date: Wed Sep 30 12:55:59 2015 +1000

    Fix horizon/test selenium tests for Django 1.8

    This fixes the dummy user used in the Selenium tests
    for Django 1.8 updates (_meta.pk.to_python() etc strike
    again).

    It also addresses the refactoring of horizon.utils back
    into angular code. This aspect of the patch, along with
    the general structure of the test base.html, needs to
    be revisited, but fixing that structure correctly is
    outside of the scope of this patch.

    Also the ObjDictWrapper was enhanced to allow easier
    debugging of test failures, and simplified to reduce
    LOC achieving the same functionality.

    Change-Id: I5a50ad89163a8cce06959d36314a836c4bd3592c
    Closes-Bug: 1501163