Comment 27 for bug 1172106

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

Reviewed: https://review.openstack.org/82399
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=1a5fa1a333cb48dd80311594efcfac89752d6954
Submitter: Jenkins
Branch: master

commit 1a5fa1a333cb48dd80311594efcfac89752d6954
Author: John Dennis <email address hidden>
Date: Sat Mar 22 14:17:02 2014 -0400

    Expand the use of non-ascii values in ldap test

    Very few of the ldap tests were using non-ascii values, in fact
    non-ascii values were restricted to only specific tests that
    had 'unicode' in their test name. This is very weak test coverage.

    This patch replaces all occurances of 'fake1', the standard string
    used in the tests for test value with 'fäké1' where the a has an
    umlaut and the e has a diacritical. Visually they look almost the
    same but will trigger the type of encoding exceptions we've seen
    in the past.

    Closes-Bug: 1172106

    Change-Id: I03b10f3da93a8fb388baacb00532c03019f327c0