commit | 6ba679c864f8b27b87a1626227f384fb1e8e1408 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:17 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 0fc884fa334107d29956bb285eaff536c2c56beb | |
parent | 820af1d913475e22851e25719c491c011adee92a [diff] |
binman: Correct operation of ObtainContents() This method is supposed to return the contents of an entry. However at present there is no check that it actually does. Also some implementations do not return 'True' to indicate success, as required. Add a check for things working as expected, and correct the implementations. This requires some additional test cases to cover things which were missed originally. Add these at the same time. Signed-off-by: Simon Glass <sjg@chromium.org>