Skip to content

Commit

Permalink
This should be the last fix. Tests, please pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Apr 25, 2020
1 parent 29183b8 commit 7384829
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ public void testPlatformToStrings() {
parseAndTest(vboolbr2.toString(), "VARIANT_BOOL", "1");

VARTYPEByReference varbr = new VARTYPEByReference(new VARTYPE(42));
parseAndTest(varbr.toString(), "VARTYPE", "0");
parseAndTest(varbr.toString(), "VARTYPE", "42");

WORDByReference wbr = new WORDByReference(new WORD(42));
parseAndTest(wbr.toString(), "WORD", "42");
Expand Down

0 comments on commit 7384829

Please sign in to comment.