1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00
Smack/smack-integration-test/src/test/java/org/igniterealtime/smack/inttest
Guus der Kinderen 121d4ac245 [sinttest] Normalization of SpecificationReference to include dash-seperator
When comparing SINT-configuration to annotations, a bit of normalization occurs, to ensure that common variations in denoting a specification are detected to be equal to each-other.

The dash (`-`) character is commonly used when referencing a specification (eg: `XEP-0001`).

This commit ensures that usage of a dash (`-`) character is included in the normalization process, making `XEP 0001`, `XEP0001` and `XEP-0001` all to be identified as the same reference.
2024-05-10 15:05:50 +02:00
..
unittest sinttest: migrate to JUnit5, drop JUnit4 2020-04-12 22:21:30 +02:00
util [sinttest] Additional tests for s7 of XEP-0045 2024-04-30 09:44:58 +02:00
ConfigurationTest.java [sinttest] Normalization of SpecificationReference to include dash-seperator 2024-05-10 15:05:50 +02:00
DummySmackIntegrationTestFramework.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
SmackIntegrationTestFrameWorkTest.java [sinttest] Add UnconnectedConnectionSource for low-level tests 2023-02-11 13:02:23 +01:00
SmackIntegrationTestUnitTestUtil.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
SmackIntegrationTestXmppConnectionManagerTest.java sinttest: migrate to JUnit5, drop JUnit4 2020-04-12 22:21:30 +02:00