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 14:59:14 +00:00
parent f9b55fb84e
commit 54407b6496

View File

@@ -155,6 +155,7 @@ namespace Spring.Aop.Target
private static bool multiThreadedTestFailed = false;
#if NET_2_0
[Test]
public virtual void MultiThreadedTest()
{
@@ -226,5 +227,6 @@ namespace Spring.Aop.Target
}
#endregion
#endif
}
}