mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-02-10 18:07:44 +00:00
Update tests to match
This commit is contained in:
parent
ae18c0d4de
commit
aca2d73e91
@ -20,8 +20,8 @@ func TestRdpBuilder(t *testing.T) {
|
||||
if !strings.Contains(s, "gatewayhostname:s:"+GatewayHostName+CRLF) {
|
||||
t.Fatalf("%s does not contain `gatewayhostname:s:%s", s, GatewayHostName)
|
||||
}
|
||||
if strings.Contains(s, "autoreconnectionenabled") {
|
||||
t.Fatalf("autoreconnectionenabled is in %s, but it's default value", s)
|
||||
if strings.Contains(s, "autoreconnection enabled") {
|
||||
t.Fatalf("autoreconnection enabled is in %s, but it's default value", s)
|
||||
}
|
||||
if !strings.Contains(s, "smart sizing:i:1"+CRLF) {
|
||||
t.Fatalf("%s does not contain smart sizing:i:1", s)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user