mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 21:34:38 +00:00
* Change name of ext_desktop_size to the proper ExtendedDesktopSize
* Added better error handling in ExtendedDesktopSize * Added helper function to share code with DesktopSize * Update test.rfb.js to only check for error handling if we were the ones requesting the resize
This commit is contained in:
@@ -1584,7 +1584,7 @@ describe('Remote Frame Buffer Protocol Client', function() {
|
||||
});
|
||||
|
||||
it('should not handle a failed request', function () {
|
||||
var reason_for_change = 0; // non-incremental
|
||||
var reason_for_change = 1; // requested by this client
|
||||
var status_code = 1; // Resize is administratively prohibited
|
||||
|
||||
send_fbu_msg([{ x: reason_for_change, y: status_code,
|
||||
|
||||
Reference in New Issue
Block a user