summaryrefslogtreecommitdiffstats
path: root/test/language/ast.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/ast.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/ast.rb')
-rwxr-xr-xtest/language/ast.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/language/ast.rb b/test/language/ast.rb
index d42ac7936..3fb6f5c0d 100755
--- a/test/language/ast.rb
+++ b/test/language/ast.rb
@@ -496,8 +496,6 @@ class TestAST < Test::Unit::TestCase
assert_equal(1, retval.length, "Did not find resource with '#{string}'")
res = retval.shift
- # Not sure this is correct, maybe we need a case statement to convert to/from
- # the autogenerated Puppet<Type> classes to <type>
assert_equal("file", res.restype)
assert_equal("/tmp/testing", res.title)
else