Build result summary

Details

Completed
Queue duration
< 1 second
Duration
10 minutes
Labels
None
Agent
Default Agent
Revision
7d6891c07715df9f259f6c83fd3c13e24f216b25
Total tests
805
Successful since
#189 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7d6891c07715df9f259f6c83fd3c13e24f216b25 Smack 4.4.2-SNAPSHOT
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ae44af5d634bd85451e46266f5240237aa55a391 Smack 4.4.1
Frank Matheron <frank.matheron@ncia.nato.int> Frank Matheron <frank.matheron@ncia.nato.int> d4d2a7a6d8a519cc51175320251c222ad5e27fa3 [xdata] Do not require FORM_TYPE field in FilledForm
The FillableForm API is the most convenient way of filling out a
form. Currently only forms with a FORM_TYPE can be filled, due to a
restriction in FillableForm. This makes filling out untyped forms very
cumbersome.

This commit removes the required FORM_TYPE when using FilledForm (and
therefor FillableForm). Some subclasses of FilledForm already check
that the correct FORM_TYPE is set using FilledForm#ensureFormType().
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> bca382134365936e29327658dc2d5e6cbb5a302d Merge pull request #465 from Flowdalic/xdata-order-fields
[xdata] Order fields
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 33f59fd7edb89cddcbf9f4f691f462906106d967 [xdata] Ensure that hidden FROM_TYPE field is first