Comment 5 for bug 1231772

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (master)

Reviewed: https://review.openstack.org/48569
Committed: http://github.com/openstack/keystone/commit/333d49738434f7642f0a42edfabdd86eb6bc789e
Submitter: Jenkins
Branch: master

commit 333d49738434f7642f0a42edfabdd86eb6bc789e
Author: Brant Knudson <email address hidden>
Date: Thu Sep 26 22:36:22 2013 -0500

    Fix live LDAP tests

    The live LDAP tests were failing. The tests for case
    sensitivity for project name and user name failed because the
    attribute is not case sensitive. The test for updating a
    missing attribute with a falsy value was failing because the
    attribute chosen for the project description does not allow an
    empty string.

    Change-Id: I723c40b5eab24ac13e27fd040d0d881998f106db
    Related-Bug: #1231772