Commit daae0f64 authored by Victor Fei's avatar Victor Fei Committed by Commit Bot

Refactor AXPlatformNodeWinUnittests test names

Refactored AXPlatformNodeWinUnittests test names to drop *Test in order
to comply with standards. There is no functionality changes.

For example:
BEFORE: TEST_F(AXPlatformNodeWinTest, TestIAccessibleLocation)
AFTER:  TEST_F(AXPlatformNodeWinTest, IAccessibleLocation)

Change-Id: Ic90e1d8dbfd1fb8fc4e4e400ba0aba27929e70e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199022Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Victor Fei <vicfei@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#768881}
parent e2305c70
...@@ -1158,7 +1158,7 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2")) ...@@ -1158,7 +1158,7 @@ class AX_EXPORT __declspec(uuid("26f5641a-246d-457b-a96d-07f3fae6acf2"))
static void SanitizeStringAttributeForIA2(const std::string& input, static void SanitizeStringAttributeForIA2(const std::string& input,
std::string* output); std::string* output);
FRIEND_TEST_ALL_PREFIXES(AXPlatformNodeWinTest, FRIEND_TEST_ALL_PREFIXES(AXPlatformNodeWinTest,
TestSanitizeStringAttributeForIA2); SanitizeStringAttributeForIA2);
private: private:
bool IsWebAreaForPresentationalIframe(); bool IsWebAreaForPresentationalIframe();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment