Rename TestAccount#getIdent to newIdent

Each time this method is called, it returns a new PersonIdent with a new
timestamp.

The other get* methods in this class also happen to return new
instances, but this is essentially an implementation detail: all
instances returned by those methods are equal and may be used
interchangeably.

Change-Id: Iff9b476bd7d2ac67160d3f54c36bd5b22b95c89b
This commit is contained in:
Dave Borowitz
2018-09-14 10:31:35 -07:00
parent 2665c256f3
commit e35947b587
57 changed files with 330 additions and 330 deletions