1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-10 13:01:07 +01:00

test: remove InitExtensions

And replace it with SmackTestSuite.
This commit is contained in:
Florian Schmaus 2020-04-12 09:34:08 +02:00
parent 28e763f938
commit 516c68bdb4
32 changed files with 61 additions and 90 deletions

View file

@ -1,28 +0,0 @@
/**
*
* Copyright 2014 Florian Schmaus
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jivesoftware.smackx;
import org.jivesoftware.smack.extensions.ExtensionsInitializer;
import org.jivesoftware.smack.test.util.SmackTestSuite;
public class InitExtensions extends SmackTestSuite {
static {
new ExtensionsInitializer().initialize();
}
}