diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2015-10-06 20:29:09 (GMT) |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2015-10-06 20:29:09 (GMT) |
| commit | 4d17a6aceed79577bc4d35c733fc0ce3181bbd03 (patch) | |
| tree | b6d54e2e5ab27ee465c5d81c4330c76191d058f3 /Lib/test/test_logging.py | |
| parent | c456861f997c5c8ae3281cd245af541fbef20071 (diff) | |
| parent | 479ac6654c94ee16fe2bfa2acec8d3fe86ef1381 (diff) | |
| download | cpython-4d17a6aceed79577bc4d35c733fc0ce3181bbd03.zip cpython-4d17a6aceed79577bc4d35c733fc0ce3181bbd03.tar.gz cpython-4d17a6aceed79577bc4d35c733fc0ce3181bbd03.tar.bz2 | |
Issue #25097: Merge with 3.5
Diffstat (limited to 'Lib/test/test_logging.py')
| -rw-r--r-- | Lib/test/test_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index e75c393..f5e34e7 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -4136,6 +4136,7 @@ class NTEventLogHandlerTest(BaseTest): except pywintypes.error as e: if e.winerror == 5: # access denied raise unittest.SkipTest('Insufficient privileges to run test') + raise r = logging.makeLogRecord({'msg': 'Test Log Message'}) h.handle(r) |
