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:
bbaia
2010-04-12 15:09:36 +00:00
parent 54407b6496
commit 060f6561c2

View File

@@ -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()
{