commit | 36bdbfb854b0c75d8faeb7d15d0a542bbf3ec291 | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Sun Dec 17 20:17:35 2017 -0800 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Tue Dec 26 19:05:32 2017 -0600 |
tree | 274e6cb0809879584e1b49df456781d7de3df53b | |
parent | 345ffce82a5b823368a7a79acd5374df8a5f59c7 [diff] |
Tests: print the error message insead of just a number (or nothing) Some QCOMPARE did convert to int() so we would see an error number, but not all comparisons did. For those those that didn't, QCOMPARE would just print that the values differed, but not show what. So try to harmonize on printing the error message. I may not have caught all uses... Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>