diff options
| author | Luke Kanies <luke@madstop.com> | 2008-12-18 10:57:59 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-12-18 11:10:26 -0600 |
| commit | 0fc067449a5e6f4941e2dfe232383b94f163b110 (patch) | |
| tree | 7ee4b5fd9d901f742b85ba8bd394f1b2eea5ae5c /test/network/handler | |
| parent | e4ba3db1963081eacc2aef3d865f777b427ef23c (diff) | |
| download | puppet-0fc067449a5e6f4941e2dfe232383b94f163b110.tar.gz puppet-0fc067449a5e6f4941e2dfe232383b94f163b110.tar.xz puppet-0fc067449a5e6f4941e2dfe232383b94f163b110.zip | |
Fixing all of the test/ tests I broke in previous dev.
Most of these are straightforward changes to the tests,
but a couple required small refactorings (e.g., References
can now be created with Puppet::Type instances, and they
know how to extract the type/title from them).
Signed-off-by: Luke Kanies <luke@madstop.com>
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 d766c685d..48e812913 100755 --- a/test/network/handler/resource.rb +++ b/test/network/handler/resource.rb @@ -209,7 +209,7 @@ class TestResourceServer < Test::Unit::TestCase } bucket = Puppet::TransBucket.new - bucket.type = "file" + bucket.type = "class" bucket.name = "test" bucket.push filetrans |
