Merge "Fix misspellings in keystone"

This commit is contained in:
Jenkins 2014-02-08 05:39:34 +00:00 committed by Gerrit Code Review
commit 68bd81eee9
2 changed files with 2 additions and 2 deletions

View File

@ -4059,7 +4059,7 @@ class FilterTests(filtering.FilterTests):
# SQL backend tests). For production deployments. OpenStack
# assumes a case sensitive database. For these tests, therefore, we
# need to be able to check the sensitivity of the database so as to
# know whether to run case senstive tests here.
# know whether to run case sensitive tests here.
self._delete_test_data('user', user_list)

View File

@ -311,7 +311,7 @@ class FederatedIdentityProviderTests(FederationTests):
def test_protocol_composite_pk(self):
"""Test whether Keystone let's add two entities with identical
names, however attached to diferent IdPs.
names, however attached to different IdPs.
1. Add IdP and assign it protocol with predefined name
2. Add another IdP and assign it a protocol with same name.