summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-28 19:03:32 -0600
committerLuke Kanies <luke@madstop.com>2007-11-28 19:03:32 -0600
commit8eecbe54c96cec0de492e7ae77211637b65057e8 (patch)
tree76f83a48628ce72f4628d29eb040c05f40fea7fd
parent88304cce59409cee5af12edee3c142dd9acff9f7 (diff)
downloadpuppet-8eecbe54c96cec0de492e7ae77211637b65057e8.tar.gz
puppet-8eecbe54c96cec0de492e7ae77211637b65057e8.tar.xz
puppet-8eecbe54c96cec0de492e7ae77211637b65057e8.zip
Fixing another failing test I somehow missed in my last big commit
-rwxr-xr-xtest/language/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/resource.rb b/test/language/resource.rb
index d33e78a9c..9c030d34a 100755
--- a/test/language/resource.rb
+++ b/test/language/resource.rb
@@ -232,7 +232,7 @@ class TestResource < PuppetTest::TestCase
assert_instance_of(Puppet::TransObject, obj)
- assert_equal(obj.type, res.type)
+ assert_equal(obj.type, res.type.downcase)
assert_equal(obj.name, res.title)
# TransObjects use strings, resources use symbols