<table style="width:50% ; text-align:center">
<h2> Build result: </h2>
  <tr>
    <th>Suite name</th>
    <th>Ignored</th>
    <th>Total</th>
    <th>Passed</th>
    <th>Failed</th>
    <th>Skipped</th>
  </tr>
<tr>  <td>
integration</td>   <td>
2</td>  <td>
120</td>  <td>
87</td>  <td>
5</td>  <td>
26</td>  </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
integration:</h3>
     1  unassignOrgUnit()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.OrganizationStructureTests@64da2a7]<br>
     2  flowWithoutPostAuthRoleAssigned()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.PostAuthenticationTests@602c4656]<br>
     3  flowWithPostAuthRoleAssigned()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.PostAuthenticationTests@602c4656]<br>
     4  test002SearchWithLookupTable()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.UsersTest@1d96d872]<br>
     5  mod03test02BasicProvisioning()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.labs.M3ResourcesAttributesAndMappingsTest@44be69aa]<br>
<br>

<br>
<h3>Changes since last build: </h3>
<pre>
[Lukas Skublik] adding csv tests to xml

[Lukas Skublik] adding select operation to object collection

[Lukas Skublik] adding tab for csv export configuration on exporting popup and adding support for condition in object collection

[Lukas Skublik] adding page for object collections

[Lukas Skublik] changing of schema(move condition element, depracated jasper and selectEngine) and edit collectionProcessor to compile whole CollectionRefSpecificationType

[Richard Richter] LexicalProcessorRegistry: cleanup, simplified find* methods

[Richard Richter] RAccessCertificationCase.createJaxb: removed unused attribute + cleanup

[Richard Richter] RUtil: getXmlFromByteArray -> getSerializedFormFromByteArray

[Richard Richter] DomLexicalProcessor: simplified XML detection, more cases without regex

[Richard Richter] DeleteObjectResult doesn't use and doesn't need language

[Richard Richter] RActivation.java: cleanup, default annotation values removed

[Richard Richter] PrismObject.java: commented code out, cleanup/reformat

[Richard Richter] REmbeddedNamedReference.java: code cleanup, newer equals

[Richard Richter] SqlRepositoryConfiguration.java: added "fullObjectFormat" repo attribute

[Richard Richter] RTask.java: code cleanup/reformat

[Richard Richter] MID-6303: more work/TODO around serializedForm

[Richard Richter] MetadataFactory.fromJaxb: rename + removed unused prismContext parameter

[Richard Richter] RUtil.safeListReferenceToSet renamed to toRObjectReferenceSet

[Richard Richter] RUtil.safeSetReferencesToList() renamed to toObjectReferenceTypeList

[Richard Richter] RUtil.java: cleanup, old commented code removed

[Richard Richter] typo fix RReferenceOwner#RESOURCE_BUSINESS_CONFIGURAT(I)ON_APPROVER

[Richard Richter] RUtil.getSerializedFormFromByteArray: fixed rare UTF-16 treatment

[Richard Richter] repo entity classes: minor entity cleanup

[Richard Richter] RReference/ObjectReference#type renamed to targetType + test fixes

[Lukas Skublik] adding of pages for reports and create report button under object list page

[Richard Richter] RObjectReference: param name fixes in copyToJAXB methods

[Richard Richter] RUtil.getByteArrayFromXml renamed to getBytesFromSerializedForm

[Richard Richter] AddGetObjectTest.java: one Session open() fix + cleanup

[Richard Richter] BaseSQLRepoTest.java: added <> to constructor call in createRepoRef

[Richard Richter] RepositoryService.java: javadoc fix, @author moved to end

[Richard Richter] PrismContext: removed unused canSerialize

[Richard Richter] PrismContext: added javadoc about lang/format auto-detection + cleanup

[Richard Richter] ObjectUpdater.updateFullObject: activated fullObjectFormat from config

[Richard Richter] RAccessCertificationCase.toRepo: activated fullObjectFormat from config

[Richard Richter] AddGetObjectTest.java: cleanup, one private test activated (it works)

[Richard Richter] objects.xml: added xsi:type to fix AddGetObjectTest#simpleAddGetTest

[Richard Richter] TestAsyncUpdate*: move of resource file constants to subclasses

[Richard Richter] SqlRepositoryConfiguration: fullObjectFormat can by defined by sysprop

[Richard Richter] MID-6303: TODO update, 4 gone, 1 added

[Richard Richter] R(C)ReferenceOwner classes renamed to R(C)ReferenceType

[Richard Richter] renamed variables for RUtil.getSerializedFormFromBytes calls + cleanup

[Radovan Semancik] Behavioral data schema for focus

[Radovan Semancik] Correcting LoggingAuditConfigutation + doc improvement

[Radovan Semancik] Audit recordSessionlessAccess configuration

[Lukas Skublik] quick fix for depracated Jasper element in ReportType (initial objects test)

[Richard Richter] audit-impl cleanup + SimpleDateFormat->DateTimeFormatter migration

[Richard Richter] .gitignore cleanup, root one + schrodinger is enough

[Richard Richter] typo fixes mostly around occur(r)* words + some prob(el)m

[Lukas Skublik] fix for guiwrapperTest after adding of container behavior

 [Lukas Skublik] adding csv tests to xml

[Lukas Skublik] adding select operation to object collection

[Lukas Skublik] adding tab for csv export configuration on exporting popup and adding support for condition in object collection

[Lukas Skublik] adding page for object collections

[Lukas Skublik] changing of schema(move condition element, depracated jasper and selectEngine) and edit collectionProcessor to compile whole CollectionRefSpecificationType

[Richard Richter] LexicalProcessorRegistry: cleanup, simplified find* methods

[Richard Richter] RAccessCertificationCase.createJaxb: removed unused attribute + cleanup

[Richard Richter] RUtil: getXmlFromByteArray -> getSerializedFormFromByteArray

[Richard Richter] DomLexicalProcessor: simplified XML detection, more cases without regex

[Richard Richter] DeleteObjectResult doesn't use and doesn't need language

[Richard Richter] RActivation.java: cleanup, default annotation values removed

[Richard Richter] PrismObject.java: commented code out, cleanup/reformat

[Richard Richter] REmbeddedNamedReference.java: code cleanup, newer equals

[Richard Richter] SqlRepositoryConfiguration.java: added "fullObjectFormat" repo attribute

[Richard Richter] RTask.java: code cleanup/reformat

[Richard Richter] MID-6303: more work/TODO around serializedForm

[Richard Richter] MetadataFactory.fromJaxb: rename + removed unused prismContext parameter

[Richard Richter] RUtil.safeListReferenceToSet renamed to toRObjectReferenceSet

[Richard Richter] RUtil.safeSetReferencesToList() renamed to toObjectReferenceTypeList

[Richard Richter] RUtil.java: cleanup, old commented code removed

[Richard Richter] typo fix RReferenceOwner#RESOURCE_BUSINESS_CONFIGURAT(I)ON_APPROVER

[Richard Richter] RUtil.getSerializedFormFromByteArray: fixed rare UTF-16 treatment

[Richard Richter] repo entity classes: minor entity cleanup

[Richard Richter] RReference/ObjectReference#type renamed to targetType + test fixes

[Lukas Skublik] adding of pages for reports and create report button under object list page

[Richard Richter] RObjectReference: param name fixes in copyToJAXB methods

[Richard Richter] RUtil.getByteArrayFromXml renamed to getBytesFromSerializedForm

[Richard Richter] AddGetObjectTest.java: one Session open() fix + cleanup

[Richard Richter] BaseSQLRepoTest.java: added <> to constructor call in createRepoRef

[Richard Richter] RepositoryService.java: javadoc fix, @author moved to end

[Richard Richter] PrismContext: removed unused canSerialize

[Richard Richter] PrismContext: added javadoc about lang/format auto-detection + cleanup

[Richard Richter] ObjectUpdater.updateFullObject: activated fullObjectFormat from config

[Richard Richter] RAccessCertificationCase.toRepo: activated fullObjectFormat from config

[Richard Richter] AddGetObjectTest.java: cleanup, one private test activated (it works)

[Richard Richter] objects.xml: added xsi:type to fix AddGetObjectTest#simpleAddGetTest

[Richard Richter] TestAsyncUpdate*: move of resource file constants to subclasses

[Richard Richter] SqlRepositoryConfiguration: fullObjectFormat can by defined by sysprop

[Richard Richter] MID-6303: TODO update, 4 gone, 1 added

[Richard Richter] R(C)ReferenceOwner classes renamed to R(C)ReferenceType

[Richard Richter] renamed variables for RUtil.getSerializedFormFromBytes calls + cleanup

[Radovan Semancik] Behavioral data schema for focus

[Radovan Semancik] Correcting LoggingAuditConfigutation + doc improvement

[Radovan Semancik] Audit recordSessionlessAccess configuration

[Lukas Skublik] quick fix for depracated Jasper element in ReportType (initial objects test)

[Richard Richter] audit-impl cleanup + SimpleDateFormat->DateTimeFormatter migration

[Richard Richter] .gitignore cleanup, root one + schrodinger is enough

[Richard Richter] typo fixes mostly around occur(r)* words + some prob(el)m

[Lukas Skublik] fix for guiwrapperTest after adding of container behavior


</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/Schrodinger/485/