commit | 17687f9ade0c89f16db70be14e338b725cc05795 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Jan 20 14:59:56 2016 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Jan 20 15:35:48 2016 +0900 |
tree | 41c5eca87c343963fd02c685a98fb06b4693ada5 | |
parent | 6515b4eeefb36c77942ba8567e3878e6e77228a0 [diff] |
Fix NPE in tests BackupRef.get() is failing because the static cfg member is null. As a workaround, make getTimestampBranch public and use that directly. Since there are no tests for non-timestamp implementation yet anyway, this should be OK. Tests for the non-timestamp implementation, and correction in the implementation of get() can be added in a follow-up commit. Change-Id: I644db55f5c1cb043479ca3ea9b10b3b3c642a069