Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: include ignoreErrors attribute not working for non-existent file #2095

Merged
merged 2 commits into from
May 5, 2017

Conversation

ghills
Copy link
Contributor

@ghills ghills commented May 5, 2017

When trying to include a non-existant file with
ignoreErrors set to true and exceptions turned on
verify it does not throw an exception.

#2094

Gavin Hills and others added 2 commits May 5, 2017 09:43
When trying to include a non-existant file with
ignoreErrors set to true and exceptions turned on
verify it does not throw an exception.

NLog#2094
@304NotModified 304NotModified added this to the 4.4.9 milestone May 5, 2017
@304NotModified 304NotModified added has unittests bug Bug report / Bug fix labels May 5, 2017
@codecov
Copy link

codecov bot commented May 5, 2017

Codecov Report

Merging #2095 into master will increase coverage by <1%.
The diff coverage is 56%.

@@           Coverage Diff           @@
##           master   #2095    +/-   ##
=======================================
+ Coverage      81%     81%   +<1%     
=======================================
  Files         289     289            
  Lines       19943   19948     +5     
  Branches     2359    2360     +1     
=======================================
+ Hits        16190   16223    +33     
+ Misses       3147    3123    -24     
+ Partials      606     602     -4

@304NotModified 304NotModified merged commit a7c7cd3 into NLog:master May 5, 2017
@304NotModified 304NotModified changed the title Add unit test case for include non-existant file Fix: include ignoreErrors attribute not working for non-existent file May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants