Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update AutomationElementTest.cs
  • Loading branch information
NN--- committed Jun 30, 2015
commit 89809aaeca63823e83b754d35cc1f087f3d5884a
2 changes: 1 addition & 1 deletion UIAComWrapperTests/AutomationElementTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void FromPointTest()
///A test for FromHandle
///</summary>
[TestMethod()]
public void FromHandleTest()f
public void FromHandleTest()
{
int rootHwnd = (int)AutomationElement.RootElement.GetCurrentPropertyValue(
AutomationElement.NativeWindowHandleProperty);
Expand Down