summaryrefslogtreecommitdiffstats
path: root/test/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-18 00:22:45 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-18 00:22:45 +0000
commitf1ebef038b12231e876510c7247a82f6367a8d45 (patch)
tree88b5b0c1496f32a47eac7dadaff6fa0c5421811c /test/client
parent52105c61ac135cc197910fc3a6c32d43fa8ce6cd (diff)
downloadpuppet-f1ebef038b12231e876510c7247a82f6367a8d45.tar.gz
puppet-f1ebef038b12231e876510c7247a82f6367a8d45.tar.xz
puppet-f1ebef038b12231e876510c7247a82f6367a8d45.zip
Fixing virtual object collection. I apparently broke it when I added rails collection back, and I never created any end-to-end tests.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1805 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/client')
-rwxr-xr-xtest/client/master.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/client/master.rb b/test/client/master.rb
index 67531c62d..ddbee8467 100755
--- a/test/client/master.rb
+++ b/test/client/master.rb
@@ -189,6 +189,11 @@ end
assert(! obj.validattr?(:argument),
"Old namevar is still valid")
+
+ # Now try it again, to make sure we don't have any objects lying around
+ assert_nothing_raised {
+ Puppet::Client::MasterClient.getplugins
+ }
end
def test_getfacts