Merge "Fix wrong method name for test_hacking"

This commit is contained in:
Jenkins
2014-05-13 03:02:20 +00:00
committed by Gerrit Code Review

View File

@@ -78,7 +78,7 @@ class HackingTestCase(test.NoDBTestCase):
"'nova.virt.libvirt.driver', group='libvirt')",
"./nova/virt/libvirt/volume.py"))
def test_virt_driver_imports(self):
def test_no_author_tags(self):
self.assertTrue(checks.no_author_tags("# author: jogo"))
self.assertTrue(checks.no_author_tags("# @author: jogo"))
self.assertTrue(checks.no_author_tags("# @Author: jogo"))