From cd1750251483f82cafdfb8e6a92242097b4929c4 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 23 Nov 2012 15:27:45 +0000 Subject: Updated to allow the tests to be inverted via "must *not* run ..." --- t/test-custodian-testfactory.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 't/test-custodian-testfactory.rb') diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index 383b0f0..9aeb6e1 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -125,5 +125,18 @@ class TestTestFactory < Test::Unit::TestCase end + + # + # Test the creation of inverted tests. + # + def test_inverted_tests + + + assert_nothing_raised do + assert( Custodian::TestFactory.create( "example.com must not run rsync." ) ) + assert( Custodian::TestFactory.create( "ftp://example.com/ must not run rsync." ) ) + assert( Custodian::TestFactory.create( "ftp://example.com/ must not run rsync on 333." ) ) + end + end end -- cgit v1.2.1