summaryrefslogtreecommitdiffstats
path: root/test/language
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-13 15:57:06 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-13 15:57:06 +0000
commitec0609d81cb5f2b44fce7174b72dd2c5a06dfbe6 (patch)
treea20175019bd423232062925f860f2b2fb0408c0f /test/language
parent9af5d697385fd28843d1603e9e6afd272ec5e560 (diff)
A round of bug-fixing in preparation for the next release.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1256 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language')
-rwxr-xr-xtest/language/ast.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/language/ast.rb b/test/language/ast.rb
index 8860f4ad3..caa9cf156 100755
--- a/test/language/ast.rb
+++ b/test/language/ast.rb
@@ -247,8 +247,7 @@ class TestAST < Test::Unit::TestCase
end
assert(Puppet::Type.type(:file)["/#{name}"], "Could not find '#{name}'")
end
-
- Puppet::Type.type(:file).clear
+ Puppet::Type.allclear
end
end