Merge branch 'master' into vagrant-unstable

Conflicts:
	awx/api/tests/job_tasks.py
	awx/api/utils/decorators.py
This commit is contained in:
Luke Sneeringer 2014-06-19 14:20:34 -05:00
commit 5d528e2db8

View File

@ -50,7 +50,7 @@ class JobTasksTests(BaseJobTestMixin, LiveServerTestCase):
# Test to make sure we got back what we expected.
result = response['results'][0]
self.assertEqual(result['host_count'], 1)
self.assertEqual(result['changed_count'], 1)
self.assertEqual(result['host_count'], 7)
self.assertEqual(result['changed_count'], 7)
self.assertFalse(result['failed'])
self.assertTrue(result['changed'])