sibson / vncdotool

A command line VNC client and python library
Other
454 stars 122 forks source link

test: Fix regression #221 #228

Closed pmhahn closed 1 year ago

pmhahn commented 1 year ago

test_expectScreen() calls expectScreen() calls _expectFramebuffer(), which changed behavior by #221:

For the unit test restore the old behavior and let self.screen = None remain to not trigger calling _expectCompare().