diff options
author | Yifan Hong <elsk@google.com> | 2020-09-09 07:05:53 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-09 07:05:53 +0000 |
commit | 00bae8ecd13905b51019eb864efa247dfbf97771 (patch) | |
tree | 9f80eefe47266cd3b0961f37eb3ddbc5b0b0b59f | |
parent | 1bc5b5d23e4353582f86ed95c8c9605091542b27 (diff) | |
parent | b829511059a8cea40f04ecdded765541c1b5e241 (diff) |
Update test comment. am: 0d01bbdfe4 am: 649fdeb325 am: 18363846d7 am: 6ef385d5f7 am: b829511059
Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1421852
Change-Id: Ia796878f8106ed32b325ca4a59f375db975f72f0
-rw-r--r-- | payload_consumer/delta_performer_integration_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/delta_performer_integration_test.cc b/payload_consumer/delta_performer_integration_test.cc index d2e0f6c7..f2aeb03a 100644 --- a/payload_consumer/delta_performer_integration_test.cc +++ b/payload_consumer/delta_performer_integration_test.cc @@ -1261,7 +1261,7 @@ TEST_F(DeltaPerformerIntegrationTest, manifest.set_partial_update(true); { auto& partition = *manifest.add_partitions(); - // For partial updates, missing timestamp should trigger an error + // For partial updates, invalid timestamp should trigger an error partition.set_partition_name("product"); partition.set_version("something"); } |