commit | 34f851a5e3b24fccf70ddfe0e354bfc1416eeef5 | [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 | ee7a76bfeab5f9e29b91ef5d84ce00632cd86d7b [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