#1114 - Deprecate findUnique() - please migrate to findOne() - update tests

This commit is contained in:
rob bygrave
2017-09-08 22:48:46 +12:00
parent 2470486f20
commit 8c0232fdb8
67 changed files with 128 additions and 128 deletions
@@ -42,9 +42,9 @@ public class TestL2CacheWithSharedBean extends BaseTestCase {
tunedInfo.tuneQuery((SpiQuery<?>) query);
query.findUnique(); // PUT into cache
query.findOne(); // PUT into cache
FeatureDescription fd2 = query.findUnique(); // LOAD cache
FeatureDescription fd2 = query.findOne(); // LOAD cache
fd2.getDescription(); // invoke lazy load (this fails)