Files
vmware-nsx/neutron/tests/unit/bigswitch/test_router_db.py
Zhongyue Luo a78e1599cf 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
2013-10-09 10:02:51 +08:00

24 KiB