You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "schipplock (via GitHub)" <gi...@apache.org> on 2023/12/16 13:28:33 UTC

[PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

schipplock opened a new pull request, #55:
URL: https://github.com/apache/openwebbeans/pull/55

   Hi,
   I compiled OpenWebBeans on my local windows machine and noticed that the Slf4jLoggerFactoryTest is failing.
   The test failed when executed under Windows due to a hardcoded new line separator.
   
   I just replaced the hardcoded `\n` with `System.lineSeparator()`.
   
   Regards,
   Andreas


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

Posted by "tandraschko (via GitHub)" <gi...@apache.org>.
tandraschko merged PR #55:
URL: https://github.com/apache/openwebbeans/pull/55


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] fix failing Slf4jLoggerFactoryTest [openwebbeans]

Posted by "tandraschko (via GitHub)" <gi...@apache.org>.
tandraschko commented on PR #55:
URL: https://github.com/apache/openwebbeans/pull/55#issuecomment-1887127603

   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org