From: Ann Kamyshnikova Date: Wed, 25 Mar 2015 09:57:43 +0000 (+0300) Subject: Fix displaying of devref for TestModelsMigrations X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=379243ca1af79e622623bd83b6cc5f065caabaef;p=openstack-build%2Fneutron-build.git Fix displaying of devref for TestModelsMigrations One of the lists is displaying incorrectly in description of results of output from TestModelsMigrations. Change-Id: Ib400bb49b4189169c9e5ae1ba62e86aec4926fb1 --- diff --git a/neutron/tests/functional/db/test_migrations.py b/neutron/tests/functional/db/test_migrations.py index e39e43833..98e178a15 100644 --- a/neutron/tests/functional/db/test_migrations.py +++ b/neutron/tests/functional/db/test_migrations.py @@ -112,7 +112,8 @@ class _TestModelsMigrations(test_migrations.ModelsMigrationsSync): * ``add_*`` means that it is missing in db; * ``modify_*`` means that on column in db is set wrong - type/nullable/server_default. Element contains information: + type/nullable/server_default. Element contains information: + - what should be modified, - schema, - table,