summaryrefslogtreecommitdiffstats
path: root/test/language/collector.rb
diff options
context:
space:
mode:
authorshadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-19 22:04:09 +0000
committershadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-19 22:04:09 +0000
commit115ec095357171381e2af3aa5ebbd61164b40064 (patch)
tree2060872eefd6fdbae72a20cb95998a1d364c8a80 /test/language/collector.rb
parentf851ca64cf3861ffa63cf2698fd4719361803f82 (diff)
downloadpuppet-115ec095357171381e2af3aa5ebbd61164b40064.tar.gz
puppet-115ec095357171381e2af3aa5ebbd61164b40064.tar.xz
puppet-115ec095357171381e2af3aa5ebbd61164b40064.zip
Re-add support for tags and file/lines
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1953 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language/collector.rb')
-rwxr-xr-xtest/language/collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/collector.rb b/test/language/collector.rb
index 41ce12f66..83ae3a590 100755
--- a/test/language/collector.rb
+++ b/test/language/collector.rb
@@ -281,7 +281,7 @@ class TestCollector < Test::Unit::TestCase
# Make our configuration
host = Puppet::Rails::Host.new(:name => "myhost")
- host.resources.build(:title => "/tmp/hosttest", :type => "PuppetFile",
+ host.resources.build(:title => "/tmp/hosttest", :type => "file",
:exported => true)
host.save