From 115ec095357171381e2af3aa5ebbd61164b40064 Mon Sep 17 00:00:00 2001 From: shadoi Date: Tue, 19 Dec 2006 22:04:09 +0000 Subject: Re-add support for tags and file/lines git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1953 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/language/ast.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/language/ast.rb') 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 classes to assert_equal("file", res.restype) assert_equal("/tmp/testing", res.title) else -- cgit