diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 22:48:57 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-18 22:48:57 +0000 |
| commit | 6b85962b0c519157fac3376e0baf262f0ce38bf7 (patch) | |
| tree | fd17944aa3ec575e242f54e4c281cd9e5c548e04 /test/network/handler | |
| parent | 8eddd4bcd23923a166e1ab7d81be1c1f2d341cdf (diff) | |
| download | puppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.tar.gz puppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.tar.xz puppet-6b85962b0c519157fac3376e0baf262f0ce38bf7.zip | |
The first round of fixes for failing tests.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2296 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/network/handler')
| -rwxr-xr-x | test/network/handler/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/handler/resource.rb b/test/network/handler/resource.rb index c714fa156..b89eacac5 100755 --- a/test/network/handler/resource.rb +++ b/test/network/handler/resource.rb @@ -160,8 +160,8 @@ class TestResourceServer < Test::Unit::TestCase assert(! object.should(property), "Incorrectly retrieved %s" % property) end + #assert_apply(object) assert_events([:directory_created], object) - assert(FileTest.directory?(file), "Directory did not get recreated") Dir.rmdir(file) end |
