summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2007-10-05 10:42:14 -0500
committerRick Bradley <rick@rickbradley.com>2007-10-05 10:42:14 -0500
commit7086ce17d14274f93ef0c03fba531bdb6710e5f7 (patch)
tree55dc390fd3d75f4579bccd645a1ae21fc79ba357 /test
parent29accba1b9343f4967c15d36506b3bf60d5f0f9c (diff)
parent95b2b93290f619c20a1c2dca11dd9909477857f8 (diff)
downloadpuppet-7086ce17d14274f93ef0c03fba531bdb6710e5f7.tar.gz
puppet-7086ce17d14274f93ef0c03fba531bdb6710e5f7.tar.xz
puppet-7086ce17d14274f93ef0c03fba531bdb6710e5f7.zip
Merge branch 'master' of git://reductivelabs.com/puppet into routing
Diffstat (limited to 'test')
-rwxr-xr-xtest/ral/types/property.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ral/types/property.rb b/test/ral/types/property.rb
index 2ad5212b7..11975da09 100755
--- a/test/ral/types/property.rb
+++ b/test/ral/types/property.rb
@@ -76,7 +76,8 @@ class TestProperty < Test::Unit::TestCase
end
assert_equal(/\d+/, name)
end
- ["two", :three].each do |value|
+ # these values should not have a name
+ ["two", :three, ''].each do |value|
assert_nothing_raised do
name = property.value_name(value)
end