manila/manila/tests/db
Yusuke Hayashi d3e50fd70f Fix order of arguments in assertEqual
Fix incorrect order assertEqual(observed, expected) as below.
  assertEqual(observed, expected) => assertEqual(expected, observed)

Target of this patch:
  manila/tests/cmd/*
  manila/tests/compute/*
  manila/db/*
  manila/network/*

Change-Id: I6dd4f8057facc68e716b57229cbc4096af8bb152
Partial-Bug: #1259292
2015-10-03 10:05:41 +09:00
..
migrations Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
sqlalchemy Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Remove startswith for share_proto check 2015-01-30 08:27:44 +00:00
test_migration.py Fix typo in db migration test function name 2015-01-06 10:53:45 +01:00