commit | b1ff5a381e80df25dec5c6b997b68bf3e17a8809 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Apr 24 14:47:23 2018 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed May 02 16:51:13 2018 +0900 |
tree | d89033792b81ccb3509d8bc227b8b46da720bf0b | |
parent | fa1f79ac666e279f1ed684174e948ce684ba96d1 [diff] |
Fix testRegisterUsageCallback noteOp (introduced in go/ag/3897834) checks that the calling uid matches the calling package, which is not correct when using a fake calling package. Use the real package of the test so permissions are checked properly. The test currently only fails this way in pi-dev as noteOp is only used in pi-dev. Change-Id: I9ac3717af9335ba9efa0b8842a2df0d7b69ec9ab Test: Fixed test now passes in pi-dev Bug: b/78487385