opensangja / abot

Automatically exported from code.google.com/p/abot
Apache License 2.0
0 stars 0 forks source link

Abot.Tests.Integration is not logging all library log statements #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just printing....

[2012-12-10 01:14:36,144] [TestRunnerThread] [INFO ] - No discrepancies between 
expected and actual results

or...

[Missing] statements

No Core/Crawler log statements.

Original issue reported on code.google.com by sjdir...@gmail.com on 10 Dec 2012 at 8:40

GoogleCodeExporter commented 9 years ago
This seems to be an issue with IlMerge and log4net. See the following to 
ideas...

http://www.codeproject.com/Articles/310675/AppDomain-AssemblyResolve-Event-Tips

or consider pulling log4net out of the ilmerge command.

Original comment by sjdir...@gmail.com on 14 Dec 2012 at 6:51

GoogleCodeExporter commented 9 years ago
Had to add [assembly: log4net.Config.XmlConfigurator()] to Abot project since 
its dependence on log4net is seperate from the unittest assembly's.

Original comment by sjdir...@gmail.com on 14 Dec 2012 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by sjdir...@gmail.com on 28 Dec 2012 at 11:54