1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Improve MamTest

- Use DummyConnection
- Use InitExtensions
This commit is contained in:
Florian Schmaus 2017-02-24 19:32:46 +01:00
parent 1c30881557
commit 00005d87be
2 changed files with 6 additions and 6 deletions

View file

@ -9,4 +9,5 @@ dependencies {
compile project(':smack-extensions')
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
}