Comment 2 for bug 1214365

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/43035
Committed: http://github.com/openstack/cinder/commit/684b3ccf77b5051d9bc15b931ea756f4639492c2
Submitter: Jenkins
Branch: master

commit 684b3ccf77b5051d9bc15b931ea756f4639492c2
Author: Kui Shi <email address hidden>
Date: Wed Aug 21 10:48:55 2013 +0800

    flake8 H202 error in test_image_utils.py

    H202 will detect following case:
    self.assertRaises(Exception, foo)

    Replace Exception with test.TestingException to pass the H202 checking.

    Bug #1214365

    Change-Id: Idbd13d11995e6a22e99bb9d63c344a5b1a75f987