Remove duplicate test

This commit is contained in:
twangboy 2019-07-23 15:15:53 -06:00
parent 68c632b5ef
commit e4e71cdae7
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -670,20 +670,6 @@ class WinLgpoTest(ModuleCase):
'old': {'Computer Configuration': {}}}
self.assertDictEqual(result[name]['changes'], expected)
def test_set_computer_policy_RemoteAssistance(self):
'''
Ensure RAUnsolicit is caught by the slower XPath function
'''
self._testAdmxPolicy(
'Configure Offer Remote Assistance',
'Disabled',
[
r'Computer[\s]*Software\\policies\\Microsoft\\Windows NT\\Terminal Services[\s]*fAllowUnsolicited[\s]*DWORD:0',
r'Computer[\s]*Software\\policies\\Microsoft\\Windows NT\\Terminal Services[\s]*fAllowUnsolicitedFullControl[\s]*DELETE',
r'Computer[\s]*Software\\policies\\Microsoft\\Windows NT\\Terminal Services\\RAUnsolicit[\s]*\*[\s]*DELETEALLVALUES'
],
assert_true=True)
def tearDown(self):
'''
tearDown method, runs after each test