1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-19 18:04:49 +02:00
Smack/smack-extensions/src
Florian Schmaus 0897b76718 Fix unit-tests initialization
Remove the TestSuite class. We now have

SmackTestSuite
    ^
	|
InitExtensions
    ^
	|
$UnitTest

where most basic setup is done in a static block within
SmackTestSuite (only stringencoder setup right now).

Also some minor fixes in unit tests.
2015-03-24 21:40:08 +01:00
..
integration-test/java/org/jivesoftware/smackx Add Integration Test Framework 2015-03-18 11:09:56 +01:00
main Lint fixes: Remove dead code, etc. 2015-03-24 18:33:47 +01:00
test Fix unit-tests initialization 2015-03-24 21:40:08 +01:00