Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1211335b authored by jack.cc-hsu's avatar jack.cc-hsu Committed by Automerger Merge Worker
Browse files

Update nodeNamePattern rule am: 88990e68

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12134843

Change-Id: I6f234272776ed4a9ba7f7080730a5d1dfb730caf
parents 61218334 88990e68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;