summaryrefslogtreecommitdiffstats
path: root/test/parser/parser.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-28 03:32:51 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-28 03:32:51 +0000
commit8b5f70911d7486a5cab69377c1988f1e35d88d2e (patch)
treea8db890dbe5a28e679c86ca15e775eb77f6a0a59 /test/parser/parser.rb
parenteda9d955b3fb2bbe5d7ca2cc3f7802d5fb9395ef (diff)
downloadpuppet-8b5f70911d7486a5cab69377c1988f1e35d88d2e.tar.gz
puppet-8b5f70911d7486a5cab69377c1988f1e35d88d2e.tar.xz
puppet-8b5f70911d7486a5cab69377c1988f1e35d88d2e.zip
Fixing bug #60. Converting nodes to use types everywhere instead of names, and adding a localobjectable to keep track of what parameters have been defined locally.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@957 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/parser/parser.rb')
-rw-r--r--test/parser/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/parser.rb b/test/parser/parser.rb
index b42c86021..a9b2631f1 100644
--- a/test/parser/parser.rb
+++ b/test/parser/parser.rb
@@ -10,7 +10,7 @@ require 'test/unit'
require 'puppettest'
class TestParser < Test::Unit::TestCase
- include TestPuppet
+ include ParserTesting
def setup
super
Puppet[:parseonly] = true