A target retrieved from a dynamic target source, is not entirely thread safe, e.g.ThreadLocalTargetSource [SPRNET-1289] (Fix 1.1 build)
This commit is contained in:
@@ -153,9 +153,9 @@ namespace Spring.Aop.Target
|
||||
Assert.AreEqual (2, ((IThreadLocalTargetSourceStats) apartment).Objects);
|
||||
}
|
||||
|
||||
#if NET_2_0
|
||||
private static bool multiThreadedTestFailed = false;
|
||||
|
||||
#if NET_2_0
|
||||
[Test]
|
||||
public virtual void MultiThreadedTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user