commit | b829511059a8cea40f04ecdded765541c1b5e241 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Sep 09 06:27:57 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 09 06:27:57 2020 +0000 |
tree | 8aa31102ae9ed9792fc62a65214e20ece4431239 | |
parent | 27837818aeaf7d5ff8be7c2d26cb8d6666828e8a [diff] | |
parent | 6ef385d5f71f2c46543b4411f06a4abbf39191b2 [diff] |
Update test comment. am: 0d01bbdfe4 am: 649fdeb325 am: 18363846d7 am: 6ef385d5f7 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1421852 Change-Id: I9f09fa6f0953a6c5f7ba361c1b492af0a3d3f578
diff --git a/payload_consumer/delta_performer_integration_test.cc b/payload_consumer/delta_performer_integration_test.cc index d2e0f6c..f2aeb03 100644 --- a/payload_consumer/delta_performer_integration_test.cc +++ b/payload_consumer/delta_performer_integration_test.cc
@@ -1261,7 +1261,7 @@ 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"); }