Merge pull request #742 from willthames/fix_test_one

fixing test_one
This commit is contained in:
Michael DeHaan 2012-07-31 20:32:59 -07:00
commit 7d2877fbf9

View file

@ -33,7 +33,7 @@ class TestCallbacks(object):
def on_setup(self):
EVENTS.append([ 'primary_setup' ])
def on_skipped(self, host):
def on_skipped(self, host, item=None):
EVENTS.append([ 'skipped', [ host ]])
def on_import_for_host(self, host, filename):