Merge pull request #36595 from cachedout/issue_7754_fix

Remove tests which no longer apply
This commit is contained in:
Mike Place 2016-09-27 16:38:15 +09:00 committed by GitHub
commit 25fa754d94
3 changed files with 0 additions and 12 deletions

View file

@ -69,10 +69,6 @@ class MasterTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
pass
try:
self.assertFalse(os.path.isdir(os.path.join(config_dir, 'file:')))
self.assertIn(
'Failed to setup the Syslog logging handler', '\n'.join(ret[1])
)
self.assertEqual(ret[2], 2)
finally:
self.chdir(old_cwd)
if os.path.isdir(config_dir):

View file

@ -66,10 +66,6 @@ class MinionTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
pass
try:
self.assertFalse(os.path.isdir(os.path.join(config_dir, 'file:')))
self.assertIn(
'Failed to setup the Syslog logging handler', '\n'.join(ret[1])
)
self.assertEqual(ret[2], 2)
finally:
self.chdir(old_cwd)
if os.path.isdir(config_dir):

View file

@ -70,10 +70,6 @@ class SyndicTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
pass
try:
self.assertFalse(os.path.isdir(os.path.join(config_dir, 'file:')))
self.assertIn(
'Failed to setup the Syslog logging handler', '\n'.join(ret[1])
)
self.assertEqual(ret[2], 2)
finally:
self.chdir(old_cwd)
if os.path.isdir(config_dir):