-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMS_MGMT #499
RMS_MGMT #499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
I'm checking RMS.pm. Doesn't work yet, don't merge yet |
glpi-project#499 It works in this combination. Please check the code for correctness. The registry path is the same on both Win32 and Win64
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
Hi @yes1n
|
Hi, @g-bougard
|
Please read my pending comments from yesterday where you have the suggestion ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yes1n
my apologies, it seems I missed to validate the comment I was talking about.
Anyway, I found also another little issue in isEnabled()
function.
Can you can know my requests ?
Co-authored-by: Guillaume Bougard <[email protected]>
Co-authored-by: Guillaume Bougard <[email protected]>
@g-bougard, many thanks for your help. Applied your changes and renamed the file to rms-7.0.0.1-Parameters.reg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yes1n
there's a last critical problem with the test as it fails.
Investigating, I found you just have to remove the 3 following lines from your registry file as they are not expected by the mocking API:
[HKEY_LOCAL_MACHINE\SOFTWARE\Usoris]
[HKEY_LOCAL_MACHINE\SOFTWARE\Usoris\Remote Utilities Host]
[HKEY_LOCAL_MACHINE\SOFTWARE\Usoris\Remote Utilities Host\Host]
So the beginning of the file must look like:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Usoris\Remote Utilities Host\Host\Parameters]
There also a not critical mistake (my fault) in the test file, check my comment.
Co-authored-by: Guillaume Bougard <[email protected]>
ok, I'll do it in a couple of hours |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yes1n
sorry, the AUTHOR tests failed again. This time on remaining spaces on a line that should remain empty.
After that, your PR should be fine for merging.
Co-authored-by: Guillaume Bougard <[email protected]>
@g-bougard Thank you for approving the idea and helping me write food. I would even say that you did almost everything. I even thought about learning Perl. |
#495 I did a pull request for now because it works but needs improvement. Added rms.t and rms.reg for the test.