Update nodeNamePattern rule am: 88990e687c
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12134843 Change-Id: Ia0c61c9a02523ba45660e5f699a521ad1fb225fa
This commit is contained in:
commit
69e801624a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ TEST_P(MasterHidlTest, ListRoles) {
|
|||
};
|
||||
|
||||
// Matching rules for node names and owners
|
||||
const testing::internal::RE nodeNamePattern = "[a-zA-Z0-9.-]+";
|
||||
const testing::internal::RE nodeNamePattern = "[a-zA-Z0-9._-]+";
|
||||
const testing::internal::RE nodeOwnerPattern = "[a-zA-Z0-9._-]+";
|
||||
|
||||
std::set<const std::string> roleKeys;
|
||||
|
|
Loading…
Reference in a new issue