]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove commented out code from cinder/test.py
authorJay S. Bryant <jsbryant@us.ibm.com>
Mon, 15 Dec 2014 21:10:51 +0000 (15:10 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Mon, 15 Dec 2014 21:12:28 +0000 (15:12 -0600)
There was a line of code left from previous development that
was left commented out.  This change removes the unnecessary
line of code.

Change-Id: I8a78e051e946f4cad7ec4b26d1a590a7e97cb613

cinder/test.py

index 121a80ca3b13dbcf08b66a5ac660d98c9e2197da..19c38e922a087b696b3650d20ec37285f94895e3 100644 (file)
@@ -84,7 +84,6 @@ class Database(fixtures.Fixture):
             if os.path.exists(testdb):
                 return
         db_migrate.db_sync()
-#        self.post_migrations()
         if sql_connection == "sqlite://":
             conn = self.engine.connect()
             self._DB = "".join(line for line in conn.connection.iterdump())