diff options
| author | Luke Kanies <luke@madstop.com> | 2007-11-19 16:20:03 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-11-19 16:20:03 -0600 |
| commit | 3f0b250f6694525fbcc40414cf0778186696b2ee (patch) | |
| tree | f9e2b813497a114b99048650f9c229292026a8a9 /test/network | |
| parent | 0ac6b06ac171b2f8a307786ef0446625c3102d38 (diff) | |
| download | puppet-3f0b250f6694525fbcc40414cf0778186696b2ee.tar.gz puppet-3f0b250f6694525fbcc40414cf0778186696b2ee.tar.xz puppet-3f0b250f6694525fbcc40414cf0778186696b2ee.zip | |
Fixing a few test suites that passed when run as
part of the suite, but failed when run individually. The
problem was that I changed lib/puppettest/support/utils to
have a separate module and I didn't test the individual files.
Diffstat (limited to 'test/network')
| -rwxr-xr-x | test/network/handler/resource.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/network/handler/resource.rb b/test/network/handler/resource.rb index 0d6373160..b1f743082 100755 --- a/test/network/handler/resource.rb +++ b/test/network/handler/resource.rb @@ -3,10 +3,12 @@ require File.dirname(__FILE__) + '/../../lib/puppettest' require 'puppettest' +require 'puppettest/support/utils' require 'base64' require 'cgi' class TestResourceServer < Test::Unit::TestCase + include PuppetTest::Support::Utils include PuppetTest::ServerTest def verify_described(type, described) |
