commit | 1d5029e0597d0b9a458fcb53e1fc067309309255 | [log] [tgz] |
---|---|---|
author | Florian Leimgruber <fleimgruber@google.com> | Mon Jul 08 16:33:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 08 16:33:11 2024 |
tree | 16bc8fdecae80ac743093d060ef8847e8a53261e | |
parent | 3559aede7034d34c7c42fd29eb43d52a9a59c5cd [diff] |
Move PlusAddressSettingSpecifics matchers to test util file Testing equality of PlusAddressSettingSpecifics is needed in the sync bridge tests, setting service tests and sync integration tests. Since protos don't have an equality operator, the three files all have custom solutions for this (either their own matchers of just comparing the serialized strings). This CL consolidates the logic into a test util file used in all three tests. Bug: 342089839 Change-Id: I9c299a842f0e5c937d186ab14a4e02b1386e1ebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5682926 Commit-Queue: Florian Leimgruber <fleimgruber@google.com> Reviewed-by: Rushan Suleymanov <rushans@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1324288}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.