diff options
| author | Luke Kanies <luke@madstop.com> | 2007-08-22 17:57:28 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-08-22 17:57:28 -0500 |
| commit | 8b3361afae35cfb65754d7bd9aff5b820ed714f0 (patch) | |
| tree | 0a6fe8ce4029a8ea8bb82ab80dfb57cb5b6c20cc /test/language | |
| parent | f1727f18ab933df9ecbecc2da8fad72eb441e0d5 (diff) | |
The last commits before I actually start on the multi-environment support. There are still failing tests, but apparently only those that are also failing in trunk.
Diffstat (limited to 'test/language')
| -rwxr-xr-x | test/language/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/configuration.rb b/test/language/configuration.rb index fbdf68e73..a17b5a7ae 100755 --- a/test/language/configuration.rb +++ b/test/language/configuration.rb @@ -15,7 +15,7 @@ class TestConfiguration < Test::Unit::TestCase Config = Puppet::Parser::Configuration Scope = Puppet::Parser::Scope Node = Puppet::Network::Handler.handler(:node) - SimpleNode = Node::SimpleNode + SimpleNode = Puppet::Node def mknode(name = "foo") @node = SimpleNode.new(name) |
