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:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user