dev/core#316 - Update long string cache key test results
authorTim Otten <totten@civicrm.org>
Fri, 10 Aug 2018 22:52:42 +0000 (15:52 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 11 Aug 2018 00:01:25 +0000 (17:01 -0700)
commitcab6c0479682c51e98247d11a69491ec7633fe7e
tree2351d70a9b7b426a72424da06dc0387e621bc94f
parent7c34772bbb17f330539dc6e74892856a58e6942a
dev/core#316 - Update long string cache key test results

This is replaces 95b65673b6259be3a02ed6510e7562939d35b6c8.  The intent is to
have a delimiter every ten chars so that it's easy to read/confirm the
length of the string.

The delimiter was space, but this became a longer encoded char (`-20`)
and threw off the numbers. Switching to dash just gives a different encoded char.
To get the counts right, it needs ot be a pass-through char... like underscore.
tests/phpunit/CRM/Core/BAO/CacheTest.php