diff options
Diffstat (limited to 't')
| -rwxr-xr-x | t/test-custodian-testfactory.rb | 1 | 
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',      } | 
