diff options
author | Rick Bradley <rick@rickbradley.com> | 2007-10-09 11:29:13 -0500 |
---|---|---|
committer | Rick Bradley <rick@rickbradley.com> | 2007-10-09 11:29:13 -0500 |
commit | fdfe807bd986a2b27f0dfd0cecde1a33aeee309b (patch) | |
tree | 0b6375bdefa041a7d4fbab9745ed084fb025bc30 /test/language/snippets.rb | |
parent | 42b98562b5237797e1a51fdcdd57aa3c6825b404 (diff) | |
parent | 01f132d8b88467dfd314ad355f1cdf9f546945b3 (diff) | |
download | puppet-fdfe807bd986a2b27f0dfd0cecde1a33aeee309b.tar.gz puppet-fdfe807bd986a2b27f0dfd0cecde1a33aeee309b.tar.xz puppet-fdfe807bd986a2b27f0dfd0cecde1a33aeee309b.zip |
Merge branch 'master' of git://reductivelabs.com/puppet into routing
Diffstat (limited to 'test/language/snippets.rb')
-rwxr-xr-x | test/language/snippets.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/language/snippets.rb b/test/language/snippets.rb index cc3859552..58a6e7f89 100755 --- a/test/language/snippets.rb +++ b/test/language/snippets.rb @@ -202,7 +202,7 @@ class TestSnippets < Test::Unit::TestCase assert_nothing_raised { assert_equal( - "//testing/component[componentname]/File[/tmp/classtest]", + "//testing/Mytype[componentname]/File[/tmp/classtest]", file.path) } end @@ -466,7 +466,7 @@ class TestSnippets < Test::Unit::TestCase } assert_nothing_raised("Could not convert configuration") { - config = config.extract_to_transportable.to_configuration + config = config.to_ral } Puppet::Type.eachtype { |type| |