Comment 7 for bug 1230028

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

Reviewed: https://review.openstack.org/48173
Committed: http://github.com/openstack/neutron/commit/bcbb029b1aacd64f8499db54a0e8f3e725727e07
Submitter: Jenkins
Branch: master

commit bcbb029b1aacd64f8499db54a0e8f3e725727e07
Author: Zhongyue Luo <email address hidden>
Date: Wed Sep 25 10:24:32 2013 +0800

    Utilizes assertIn

    Using assertTrue and the 'in' operator to test
    if an element is in a sequence is too python2.4.
    Our unit testing framework supports assertIn
    which was created for these types of tests.

    Fixes bug #1230028

    Change-Id: I8a9147fa9982644067ff45c73e116d88845e47e3