kessler / node-regedit

Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
MIT License
277 stars 45 forks source link

Test fails because the string is not in the correct case #15

Closed arieljannai closed 7 years ago

arieljannai commented 8 years ago

At least on my computer, this test failed because the key in my registry is in uppercase - SOFTWARE and not Software

I think it will be fine to make the check case insensitive, cause either way windows doesn't care the case of the registry key - it could also be SoFTwarE.

kessler commented 8 years ago

Thanks. Will update this soon

nhz-io commented 7 years ago

Duplicate of #36