mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 07:08:17 +00:00
refactor(pdu): rename InvalidMessage->InvalidField
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
b495704455
commit
00d4750e4b
96 changed files with 402 additions and 426 deletions
|
@ -102,7 +102,7 @@ fn null_size() {
|
|||
expect![[r#"
|
||||
Error {
|
||||
context: "PreconnectionBlob",
|
||||
kind: InvalidMessage {
|
||||
kind: InvalidField {
|
||||
field: "cbSize",
|
||||
reason: "advertised size too small for Preconnection PDU V1",
|
||||
},
|
||||
|
@ -157,7 +157,7 @@ fn pcb_v2_string_too_big() {
|
|||
expect![[r#"
|
||||
Error {
|
||||
context: "PreconnectionBlob",
|
||||
kind: InvalidMessage {
|
||||
kind: InvalidField {
|
||||
field: "cchPCB",
|
||||
reason: "PCB string bigger than advertised size",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue