summaryrefslogtreecommitdiffstats
path: root/test/language/snippets.rb
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2007-10-09 11:29:13 -0500
committerRick Bradley <rick@rickbradley.com>2007-10-09 11:29:13 -0500
commitfdfe807bd986a2b27f0dfd0cecde1a33aeee309b (patch)
tree0b6375bdefa041a7d4fbab9745ed084fb025bc30 /test/language/snippets.rb
parent42b98562b5237797e1a51fdcdd57aa3c6825b404 (diff)
parent01f132d8b88467dfd314ad355f1cdf9f546945b3 (diff)
downloadpuppet-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-xtest/language/snippets.rb4
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|