Skip to content

Commit

Permalink
Why isn't this ACLByReference?
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Apr 25, 2020
1 parent 3461e0b commit 36b9389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void testPlatformToStrings() {
parseAndTest(memberidbr.toString(), "MEMBERID", "42");

PACLByReference paclbr = new PACLByReference(new ACL());
parseAndTest(paclbr.toString(), "PACL", "WinNT$ACL(native");
parseAndTest(paclbr.toString(), "ACL", "WinNT$ACL(native");

PSIDByReference psidbr = new PSIDByReference(new PSID());
parseAndTest(psidbr.toString(), "PSID", "WinNT$PSID(native");
Expand Down

0 comments on commit 36b9389

Please sign in to comment.