summaryrefslogtreecommitdiffstats
path: root/test/language
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 22:48:57 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-18 22:48:57 +0000
commit6b85962b0c519157fac3376e0baf262f0ce38bf7 (patch)
treefd17944aa3ec575e242f54e4c281cd9e5c548e04 /test/language
parent8eddd4bcd23923a166e1ab7d81be1c1f2d341cdf (diff)
downloadpuppet-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/language')
-rwxr-xr-xtest/language/ast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/ast.rb b/test/language/ast.rb
index a71d26c76..29b8004dc 100755
--- a/test/language/ast.rb
+++ b/test/language/ast.rb
@@ -290,7 +290,7 @@ class TestAST < Test::Unit::TestCase
end
assert_nothing_raised("Could not find resource") do
retval = Puppet::Rails::Resource.find(:all,
- :include => :params,
+ :include => :param_values,
:conditions => str)
end