manila/manila/tests/api/middleware
Yusuke Hayashi 42ecc84a2c 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/api/*

Note:
I also fix following asserts aruond above fixed parts.
  assertEqual(xx, True), assertEqual(True, xx) => assertTrue(xx)

As for assertFalse,
I do not convert assertEqual(xx, False) to assertFalse(xx)
because assertFalse(None) does not raise exception.

Change-Id: I8131946efef654235b5e32344b3f5e42ab3d3ced
Partial-Bug: #1259292
2015-09-29 19:56:49 +09:00
..
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
test_auth.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_faults.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00