]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix undef function call in test_migrations for py26
authorMike Perez <thingee@gmail.com>
Mon, 18 Feb 2013 19:17:26 +0000 (11:17 -0800)
committerMike Perez <thingee@gmail.com>
Mon, 18 Feb 2013 19:34:55 +0000 (11:34 -0800)
commite6134269a124037be1453f3a716c4cbfe8d1d54d
treebd2155e01250b7994d58ce9e88ec9c1b66c63770
parentd18519d6cf9bdd1490991d0d1b173864215c90d1
Fix undef function call in test_migrations for py26

unittest does not have this function until later. This uses the already
imported cinder.test.skip_unless to accomplish the same result without
outputted error.

Change-Id: Id20add5a0d41e5d8cf6f8bc6aa0e547e5e386dab
cinder/tests/test_migrations.py