Merge #11879: [tests] remove redundant univalue_tests.cpp
commitd4e404a3afa8898738e7ff8ce28a7fa1373f727e
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 20 Dec 2017 15:52:57 +0000 (20 16:52 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 20 Dec 2017 15:53:02 +0000 (20 16:53 +0100)
tree483b33dc517e91b56b6285274317724af6c306a5
parent9ab9963386ed321bf845997674ebd2c997fb3b1f
parent2862b562cc17f9d4507dab3b9281bf066b093e16
Merge #11879: [tests] remove redundant univalue_tests.cpp

2862b56 [tests] remove redundant univalue_tests.cpp (John Newbery)

Pull request description:

  univalue unit tests were added in #4730 , and exist at `/src/test/univalue_tests.cpp` (outside the univalue tree). That test was brought into the univalue repository in https://github.com/bitcoin-core/univalue/pull/4 , which was pulled into the github repository in https://github.com/bitcoin/bitcoin/pull/11420.

  That means that the univalue test exists in two places:
  1. `/src/test/univalue_tests.cpp`
  2. `/src/univalue/test/object.cpp`

  (2) is a strict superset of (1). It adds some macros to work around boost not being a univalue dependency, and adds a few extra lines of test.

  Therefore remove `/src/test/univalue_tests.cpp`

Tree-SHA512: 3747b10bbf62e9f12363905488b29945ad559ddca68c5c03d8a362de612a51f408f41a04d3712c6889bfc1632fb1a5fa0d7df0fbf02c322b3981a6d698f501b0