On 2013-08-08, Dominik Psenner wrote:
> * Further I changed PatternLayoutTest like this:
> -Assert.AreEqual("RuntimeMethodHandle._InvokeMethodFast >
> PatternLayoutTest.TestStackTracePattern", stringAppender.GetString(), "stack
> trace value set");
> +Assert.AreEqual("System.RuntimeMethodHandle.InvokeMethod >
> log4net.Tests.Layout.PatternLayoutTest.TestStackTracePattern",
> stringAppender.GetString(), "stack trace value set");
this is where things break for me, I do get _InvokeMethodFast on my XP
box.
I think we should be able to test what needs to be tested without
relying on the details of reflection logic.
Stefan