Skip to content
Snippets Groups Projects
Commit c9a252cb authored by Harry Cutts's avatar Harry Cutts
Browse files

uinput: add missing version ID assertion

Seems I missed this TODO when I added version ID support in commit
d9505841.

Bug: 302297266
Test: atest UinputTests
Change-Id: If7071266be531fd82d8301c26df405476f614cb2
parent a99e90ed
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ public class EvemuParserTest {
assertThat(regEvent.getBus()).isEqualTo(0x001d);
assertThat(regEvent.getVendorId()).isEqualTo(0x6cb);
assertThat(regEvent.getProductId()).isEqualTo(0x0000);
// TODO(b/302297266): check version ID once it's supported
assertThat(regEvent.getVersionId()).isEqualTo(0x0000);
assertThat(regEvent.getConfiguration().get(UinputControlCode.UI_SET_PROPBIT.getValue()))
.asList().containsExactly(0, 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment