]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix displaying of devref for TestModelsMigrations
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Wed, 25 Mar 2015 09:57:43 +0000 (12:57 +0300)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Thu, 26 Mar 2015 07:33:37 +0000 (10:33 +0300)
One of the lists is displaying incorrectly in description of
results of output from TestModelsMigrations.

Change-Id: Ib400bb49b4189169c9e5ae1ba62e86aec4926fb1

neutron/tests/functional/db/test_migrations.py

index e39e4383380574c659ea75f8b489bd85ffc73441..98e178a158b60696ace1dd373f4ca5e6c21906ca 100644 (file)
@@ -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,