Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/muc
Florian Schmaus 3e74d11b45 Disable MucMemoryLeakTest
Although it it not that unreliable, it causes false negatives once in
a while. This is because the standard Java SE API does not provide a
way to force a *full* garbage collection run, we need to resort to
unreliable hacks to trigger one.

The test itself is still useful to diagnose or refute alleged memory
leaks.

This commit also move the test from JUnit 4 to Junit 5.
2019-08-03 22:25:21 +02:00
..
packet Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
MucMemoryLeakTest.java Disable MucMemoryLeakTest 2019-08-03 22:25:21 +02:00
RoomInfoTest.java Introduce FormFieldChildElement and make FormField immutable 2019-06-11 12:47:39 +02:00