summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-07-29 12:17:14 +0300
committerSteve Kemp <steve@steve.org.uk>2015-07-29 12:17:14 +0300
commit1af3f5f4f9a12e8ccd6bd398da657e5356fab91c (patch)
treee61df394ef18fb0c86be6c5e7afda33002f35382 /t
parent3bbfd2bcb866bdb42dc007447f9d07a6c764dbca (diff)
Test that we can parse an RDP-test.
This will ensure that it uses the correct port.
Diffstat (limited to 't')
-rwxr-xr-xt/test-custodian-testfactory.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb
index a1cfdd9..934eb0c 100755
--- a/t/test-custodian-testfactory.rb
+++ b/t/test-custodian-testfactory.rb
@@ -95,6 +95,7 @@ class TestTestFactory < Test::Unit::TestCase
'foo must run ssh.' => '22',
"foo must run mysql otherwise 'alert'" => '3306',
"foo must run redis otherwise 'alert'" => '6379',
+ "foo must run rdp otherwise 'alert'" => '3389',
"foo must run mysql on 33 otherwise 'alert'" => '33',
}