robotframework/PythonRemoteServer

Changes None to ''

mkorpela opened this issue · 2 comments

Did some tests with remote lib. I just noticed that when running Easter in PythonRemoteServer the None parameter is changed to empty string.. And then "None shall pass" :(

The reason is that XML-RPC doesn't support None/null that well. I think support for it needs to be enabled on both ends of the connection, and Remote just decided to do None -> "" conversion. I'm not against changing this, but someone needed to test would the change break something.

I think I’ll close this one. Just a random observation.