commit | 29a11caf12aea925ac19b3d47a3bfc41e361e87a | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Mon Dec 07 14:43:04 2015 -0800 |
committer | Alex Vakulenko <avakulenko@google.com> | Mon Dec 07 23:32:00 2015 +0000 |
tree | 778f0225c2a10bf8aa1e2eed2b9d51e011af2550 | |
parent | 321dae66a2e2c6efbc85f990eaa2aefd192602a3 [diff] |
Replace IsEqualJson gtest predicate with EXPECT_JSON_EQ EXPECT_JSON_EQ has better debugging capabilities that the old EXPECT_PRED2(IsEqualJson,... since it shows the correct line numbers and both expected and actual JSON objects. Change-Id: Iaed2a07230f2bade5c8a036fb5a8daff05613896 Reviewed-on: https://weave-review.googlesource.com/1792 Reviewed-by: Vitaly Buka <vitalybuka@google.com>