Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
Build: #945 was successful Changes by Florian Schmaus
Code commits
Smack (master)
-
Florian Schmaus 47d4cbe0943bd0355b6d1d6c840d830536b60af9
Merge branch '4.4'
-
Florian Schmaus ba02a868f60d7b58224e190baf7654ef87251df3 m
[caps] Use DataForm.getFormType() when sorting
-
Guus der Kinderen a1e85d644f188325251dc42d6b40247b64815d53 m
[caps] Additional test that asserts CAPS dataform ordering
XEP-0115 defines that any dataforms in the disco#info stanza is
ordered prior to the computation of the verification string. This
commit adds a test that verifies that this is done by Smack.
See SMACK-944. -
Guus der Kinderen 95adfb3cdf8d2d85f10d91dd0399e7f13072130e m
[caps] Ensure dataforms are ordered prior to ver calculation
Fixes SMACK-944.