1
0

LOGGING-119 deadlock on re-registration of logger

Added test case showing the problem

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1362553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley
2012-07-17 16:11:25 +00:00
parent 28aaac738b
commit c5b7fcfec2
2 changed files with 76 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ under the License.
<configuration>
<includes>
<include>**/AvalonLoggerTestCase.java</include>
<include>**/WeakHashTableTestCase.java</include>
</includes>
</configuration>