commit | 855d1c0daae2723ea2e16693e566fd9e48383b1f | [log] [tgz] |
---|---|---|
author | Bertrand Lallau <bertrand.lallau@thalesgroup.com> | Mon Oct 26 16:37:37 2015 +0100 |
committer | Bertrand Lallau <bertrand.lallau@gmail.com> | Mon Oct 26 22:45:25 2015 +0100 |
tree | 4882f9469aa15f7cc3d606eee5331d7bf1f4685c | |
parent | 3eab294d7ffcf4c0d7ffca3d7f0431382342766f [diff] |
Use assertTrue/False instead of assertEqual(T/F) The usage of assertEqual(True/False, ***) should be changed to a more meaningful format of assertTrue/False(***). Change-Id: I685f7bb0b4669d8813ebbb796b6014ad44d7ff0c Closes-Bug: #1510001