diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 21:34:12 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 21:34:12 +0000 |
| commit | ada3aee909c1d53ffd4dccaffe913c0ca3a3b397 (patch) | |
| tree | 6082492bd343b9b2bf3ef6718ae69b19c6ffd27c /test | |
| parent | f36c7d1a450a89dd1883028c78c4166a9d413dbd (diff) | |
| download | puppet-ada3aee909c1d53ffd4dccaffe913c0ca3a3b397.tar.gz puppet-ada3aee909c1d53ffd4dccaffe913c0ca3a3b397.tar.xz puppet-ada3aee909c1d53ffd4dccaffe913c0ca3a3b397.zip | |
Fixing problems where objects were passing @parameters[:param] objects, instead of specifically retrieving the value
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@835 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rw-r--r-- | test/types/package.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/types/package.rb b/test/types/package.rb index 36da3c0cd..9f8c5242e 100644 --- a/test/types/package.rb +++ b/test/types/package.rb @@ -178,8 +178,6 @@ class TestPackages < Test::Unit::TestCase pkg.retrieve - p pkg - assert(! pkg.insync?, "Package is in sync") assert_events([:package_removed], comp, "package") |
