]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Using constant error codes instead of hard-coded
authorEvgeny Fedoruk <evgenyf@radware.com>
Sun, 15 Sep 2013 10:48:41 +0000 (03:48 -0700)
committerEvgeny Fedoruk <evgenyf@radware.com>
Sun, 15 Sep 2013 10:48:41 +0000 (03:48 -0700)
commit6aa6f5cb5e35e4e3fd50453829b15f48ac064cf8
treececa88a2271dfa91b363266d9e6dfe6c706057f4
parent91a8985683b707aac281d92542e9bc4f3dba87ed
Using constant error codes instead of hard-coded

Change all hard-coded error codes to be constants
from webob.exc.py in test_db_plugin.py

Fixes bug: #1225614

Change-Id: I9e58bb84afc66293afa56968a745b798bb88bf16
neutron/tests/unit/test_db_plugin.py