diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 06:11:39 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 06:11:39 +0000 |
| commit | 1bf97cdf3f9b43ee88bda36d1a05aa3d0011598c (patch) | |
| tree | b4d143319682a02eef6a69542e4c838003162126 /test/server | |
| parent | 50d28efe13f8ce525b32e16c7c882361a86a9758 (diff) | |
Fixing #339, and the bigger problem it concealed. Metaparams are now only added to resources that do not explicitly set them.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1869 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/server')
| -rwxr-xr-x | test/server/runner.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/server/runner.rb b/test/server/runner.rb index daec78c4d..2d904f504 100755 --- a/test/server/runner.rb +++ b/test/server/runner.rb @@ -72,6 +72,8 @@ class TestServerRunner < Test::Unit::TestCase ["yayness"], true, false, true], ["with a third good tag", "yayness", true, false, true], + ["with no tags", + "", true, false, true], ["not ignoring schedules", nil, false, false, false], ["ignoring schedules", |
