mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[sinttest] Add version to specref for XEP-0115
The test was implemented when version 1.5.1 of the XEP was the most current version. Later versions of the XEP do not significantly modify the specifications, making it plausible that this implementation matches the current version of the XEP: 1.6.0.
This commit is contained in:
parent
4f09244253
commit
4eafb0ceeb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ import org.igniterealtime.smack.inttest.annotations.BeforeClass;
|
||||||
import org.igniterealtime.smack.inttest.annotations.SmackIntegrationTest;
|
import org.igniterealtime.smack.inttest.annotations.SmackIntegrationTest;
|
||||||
import org.igniterealtime.smack.inttest.annotations.SpecificationReference;
|
import org.igniterealtime.smack.inttest.annotations.SpecificationReference;
|
||||||
|
|
||||||
@SpecificationReference(document = "XEP-0115")
|
@SpecificationReference(document = "XEP-0115", version = "1.6.0")
|
||||||
public class EntityCapsTest extends AbstractSmackIntegrationTest {
|
public class EntityCapsTest extends AbstractSmackIntegrationTest {
|
||||||
|
|
||||||
private final EntityCapsManager ecmTwo;
|
private final EntityCapsManager ecmTwo;
|
||||||
|
|
Loading…
Reference in a new issue