commit | 29856a3415cd140d59f65a283d1a901733b495f4 | [log] [tgz] |
---|---|---|
author | Sunil G <sunil.g@hp.com> | Thu Jul 17 23:17:58 2014 +0530 |
committer | Sunil G <sunil.g@hp.com> | Fri Jul 18 09:11:39 2014 +0530 |
tree | d8bf6bdae2af837060a1915b65056f35b51f0fe5 | |
parent | bae5419aa09b69100f50ddf76f60e8528ef89963 [diff] |
Fixes incorrect assertion check assertNotIn/assertIn does not work if the second variable is of type List of dictionaries. Suppose if it of only dictionary type, it will try to match only 'key' but not 'value'. Hence, the assertion check done here is not correct. This patch fixes an incorrect assertion check for "BasicOperationsImagesTest.test_delete_image" test Change-Id: I7058d209cc92a2e381308e59e07d180e84bde182 Closes-Bug: #1346757