Re: [U-Boot] [PATCH v3 55/72] dm: phy: Update tests to use ut_asserteq()

2017-05-24 Thread sjg
Use ut_asserteq() to test equality since this gives a better error message on failure. Also make a few of the tests more specific. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/phy.c | 15 +-- 1 file changed, 9 insertions(+), 6

[U-Boot] [PATCH v3 55/72] dm: phy: Update tests to use ut_asserteq()

2017-05-18 Thread Simon Glass
Use ut_asserteq() to test equality since this gives a better error message on failure. Also make a few of the tests more specific. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/phy.c | 15 +-- 1 file changed, 9 insertions(+), 6