<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>
51</td> <td>
13</td> <td>
54</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 resourceAccountCreatedWhenResourceUnreachable()[pri:7, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.SynchronizationTests@68e62ca4]<br>
5 configureArchetypeObjectListView()[pri:1, instance:com.evolveum.midpoint.testing.schrodinger.scenarios.ObjectListArchetypeTests@4078695f]<br>
6 test001createUser()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
7 test002modifyUser()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
8 test003assignRolePreview()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
9 test004loginWithUserJack()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
10 test005unassignRolePreview()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
11 test006assignRoleNoPreview()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
12 test007loginWithUserJack()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.PreviewPageTest@7e9da981]<br>
13 beforeClass()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.LoginPageTest@7f92b990]<br>
14 beforeClass()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.page.LoginPageWithAuthenticationConfigTest@6869a3b3]<br>
15 mod03test01ViewingResources()[pri:0, instance:com.evolveum.midpoint.testing.schrodinger.labs.M3ResourcesAttributesAndMappingsTest@44be69aa]<br>
<br>
<br>
<h3>Changes since last build: </h3>
<pre>
[Anton Tkacik] midPrivacy: Introduced ValueMetadata
[Anton Tkacik] axiom: Introduced base parser and stream APIs
[Anton Tkacik] Axiom: introduced Axiom language model
[Anton Tkacik] Axiom: supertype is defined by extends
[Anton Tkacik] Axiom: Added ModelReactor which loads model definitions from language
[Anton Tkacik] Axiom: Removed property, container in favour of item
[Anton Tkacik] Axiom: Added special handling for AxiomTypeReference
[Anton Tkacik] Axiom: Argument is now optional
[Pavol Mederly] Add fragments of common-3 and scripting-3 schemas
[Anton Tkacik] Axiom: added multimodule test
[Anton Tkacik] Axiom: Collect parsing exceptions
[Anton Tkacik] Axiom: Added identifier declaration
[Anton Tkacik] Axiom: Added identifier statement
[Pavol Mederly] Add value metadata mock-up feature
[Anton Tkacik] Axiom: added support for imports & model isolation
[Katarina Valalikova] valueMetadata GUI integration - WIP
[Anton Tkacik] Axiom: moved exceptions to lang.spi
[Anton Tkacik] Axiom: moved SourceLocation to lang.spi
[Anton Tkacik] Axiom: moved Statement interface to Axiom SPI
[Anton Tkacik] Axiom: Moved IdentifierResolver to axiom.lang.spi
[Anton Tkacik] Axiom: Moved Requirement to axiom.reactor
[Anton Tkacik] Moved ANTLR specific classes to axiom.lang.antlr
[Anton Tkacik] Moved Statement, Item, Type implementations to axiom.lang.spi
[Anton Tkacik] Axiom: Added abstract rule reactor
[Anton Tkacik] Axiom: Moved AxiomStreamBuilder to lang.spi
[Anton Tkacik] Axiom: Added support for extension statement
[Anton Tkacik] Axiom: Axiom supports language extensions.
[Katarina Valalikova] valueMetadata integration
[Anton Tkacik] Axiom: fixed checkstyle
[Anton Tkacik] Axiom: Introduced AxiomItem and AxiomItemValue in axiom.api
[Anton Tkacik] Axiom: Renamed reactor context to reflect Item & Value terminology
[Anton Tkacik] Axiom: Reworked language reactor to use concepts as Item & Value
[Anton Tkacik] Axiom: register modification to target
[Anton Tkacik] Axiom: fixed tests failing to duplicate defitions
[Anton Tkacik] Axiom: introduced originalValue in reactor context
[Anton Tkacik] Axiom: Added prism language extensions
[Anton Tkacik] Axiom: Moved Lookup to separate class
[Anton Tkacik] Axiom: moved common-core and scripting test to separate test
[Anton Tkacik] Axiom: Make namespace inheritance configurable
[Anton Tkacik] Updaded Axiom model & Prism model based on discussion
[Anton Tkacik] Axiom: Added data loading functionality
[Anton Tkacik] Renamed AxiomItemValue to AxiomValue
[Anton Tkacik] Moved AxiomValue to axiom.api
[Anton Tkacik] Moved AxiomItem to axiom.api
[Anton Tkacik] Moved Axiom*Definition to axiom.api.schema
[Anton Tkacik] Axiom: Moved stream interfaces to api.stream
[Anton Tkacik] Axiom: Removed duplicate implementation
[Anton Tkacik] Axiom: Allow to use any of supertypes as item
[Anton Tkacik] Changed definition of IDENTIFIER token - removed ./
[Anton Tkacik] Axiom: Added support for mixins
[Anton Tkacik] Axiom: Added documentation to Axiom language
[Anton Tkacik] Axoim: Renamed AxiomIdentifier to AxiomName
[Anton Tkacik] Axiom: Renamed Extension to Augmentation
[Anton Tkacik] Axiom: moved identifier declaration to AxiomItemDefinition
[Anton Tkacik] Axiom: Moved itemName to Prism
[Anton Tkacik] Axiom: Moved Dependency.* to separate classes
[Anton Tkacik] Axiom: Removed comments from grammar
[Anton Tkacik] Axiom: added draft of axiom-data with axioms
[tony.tkacik] Axiom: fixed Java 8 Optional compilation issues
[tony.tkacik] Axiom: Added Simple and Complex type
[tony.tkacik] Removed generic argument from AxiomComplexValue
[tony.tkacik] Axiom: Removed statement from grammar, replaced with item / value
[tony.tkacik] Axiom: Added preparation for metadata introduction
[Anton Tkacik] Axiom: Added support for infraItem @value
[Anton Tkacik] Axiom: Added support for infra items to AxiomValue and AxiomComplexValue
[Anton Tkacik] Axiom: Added exmaple with infra type in Axiom language
[Anton Tkacik] Renamed AxiomIdentifierResolver to AxiomNameResolver
[Anton Tkacik] Axiom: Renamed extends to superType
[Anton Tkacik] Axiom: Switched import declaration argument to namespace
[Anton Tkacik] Axiom: Renamed axiom-lang to axiom-model
[Anton Tkacik] Renamed superType to supertype
[Anton Tkacik] Axiom: Reordered axiom-model to logical groups
[Anton Tkacik] Axiom: Added metadata statement to language
[Anton Tkacik] Axiom: Introduced ValueMetadata base type
[Pavol Mederly] Fix compilation on Java 8
[Anton Tkacik] Axiom: Renamed uses to include
[Pavol Mederly] Add draft metadata handling schema
[Anton Tkacik] Added substitution group to model
[Anton Tkacik] Axiom: Added support for substitution to AxiomItemTarget
[Pavol Mederly] Add "real" value metadata into PrismValueImpl
[Lukas Skublik] implementing option 'recordSessionlessAccess' for Rest and Actuator channel
[tony.tkacik] Axiom: Fixed Java 8 compilation issue
[tony.tkacik] Axiom: added metadata to AxiomValue
[tony.tkacik] Axiom: fňixed Prism Infra test model
[Pavol Mederly] Add first test for metadata mapping
[tony.tkacik] Axiom: Splitted language in model,data,types models.
[Lukas Skublik] implementing of recording authentication behavior to focus for all modules
[tony.tkacik] Axiom: fixed Java 8 generics related compilation issues
[tony.tkacik] Added Copyright headers to new files
[Lukas Skublik] adding of 'visibility' element for DashboardType
[Lukas Skublik] fix for 'Save and Run' of reports
[Lukas Skublik] adding of option show only table of widgets in dashboard reports
[tony.tkacik] GUI: Metadata: Fixed Java 8 Generics problem
[Pavol Mederly] Add limited metadata mapping functionality
[Pavol Mederly] Fix merge conflicts
[Lukas Skublik] rewrite 130-report-certification-definitions to new report
[Anton Tkacik] midPrivacy: Introduced ValueMetadata
[Anton Tkacik] axiom: Introduced base parser and stream APIs
[Anton Tkacik] Axiom: introduced Axiom language model
[Anton Tkacik] Axiom: supertype is defined by extends
[Anton Tkacik] Axiom: Added ModelReactor which loads model definitions from language
[Anton Tkacik] Axiom: Removed property, container in favour of item
[Anton Tkacik] Axiom: Added special handling for AxiomTypeReference
[Anton Tkacik] Axiom: Argument is now optional
[Pavol Mederly] Add fragments of common-3 and scripting-3 schemas
[Anton Tkacik] Axiom: added multimodule test
[Anton Tkacik] Axiom: Collect parsing exceptions
[Anton Tkacik] Axiom: Added identifier declaration
[Anton Tkacik] Axiom: Added identifier statement
[Pavol Mederly] Add value metadata mock-up feature
[Anton Tkacik] Axiom: added support for imports & model isolation
[Katarina Valalikova] valueMetadata GUI integration - WIP
[Anton Tkacik] Axiom: moved exceptions to lang.spi
[Anton Tkacik] Axiom: moved SourceLocation to lang.spi
[Anton Tkacik] Axiom: moved Statement interface to Axiom SPI
[Anton Tkacik] Axiom: Moved IdentifierResolver to axiom.lang.spi
[Anton Tkacik] Axiom: Moved Requirement to axiom.reactor
[Anton Tkacik] Moved ANTLR specific classes to axiom.lang.antlr
[Anton Tkacik] Moved Statement, Item, Type implementations to axiom.lang.spi
[Anton Tkacik] Axiom: Added abstract rule reactor
[Anton Tkacik] Axiom: Moved AxiomStreamBuilder to lang.spi
[Anton Tkacik] Axiom: Added support for extension statement
[Anton Tkacik] Axiom: Axiom supports language extensions.
[Katarina Valalikova] valueMetadata integration
[Anton Tkacik] Axiom: fixed checkstyle
[Anton Tkacik] Axiom: Introduced AxiomItem and AxiomItemValue in axiom.api
[Anton Tkacik] Axiom: Renamed reactor context to reflect Item & Value terminology
[Anton Tkacik] Axiom: Reworked language reactor to use concepts as Item & Value
[Anton Tkacik] Axiom: register modification to target
[Anton Tkacik] Axiom: fixed tests failing to duplicate defitions
[Anton Tkacik] Axiom: introduced originalValue in reactor context
[Anton Tkacik] Axiom: Added prism language extensions
[Anton Tkacik] Axiom: Moved Lookup to separate class
[Anton Tkacik] Axiom: moved common-core and scripting test to separate test
[Anton Tkacik] Axiom: Make namespace inheritance configurable
[Anton Tkacik] Updaded Axiom model & Prism model based on discussion
[Anton Tkacik] Axiom: Added data loading functionality
[Anton Tkacik] Renamed AxiomItemValue to AxiomValue
[Anton Tkacik] Moved AxiomValue to axiom.api
[Anton Tkacik] Moved AxiomItem to axiom.api
[Anton Tkacik] Moved Axiom*Definition to axiom.api.schema
[Anton Tkacik] Axiom: Moved stream interfaces to api.stream
[Anton Tkacik] Axiom: Removed duplicate implementation
[Anton Tkacik] Axiom: Allow to use any of supertypes as item
[Anton Tkacik] Changed definition of IDENTIFIER token - removed ./
[Anton Tkacik] Axiom: Added support for mixins
[Anton Tkacik] Axiom: Added documentation to Axiom language
[Anton Tkacik] Axoim: Renamed AxiomIdentifier to AxiomName
[Anton Tkacik] Axiom: Renamed Extension to Augmentation
[Anton Tkacik] Axiom: moved identifier declaration to AxiomItemDefinition
[Anton Tkacik] Axiom: Moved itemName to Prism
[Anton Tkacik] Axiom: Moved Dependency.* to separate classes
[Anton Tkacik] Axiom: Removed comments from grammar
[Anton Tkacik] Axiom: added draft of axiom-data with axioms
[tony.tkacik] Axiom: fixed Java 8 Optional compilation issues
[tony.tkacik] Axiom: Added Simple and Complex type
[tony.tkacik] Removed generic argument from AxiomComplexValue
[tony.tkacik] Axiom: Removed statement from grammar, replaced with item / value
[tony.tkacik] Axiom: Added preparation for metadata introduction
[Anton Tkacik] Axiom: Added support for infraItem @value
[Anton Tkacik] Axiom: Added support for infra items to AxiomValue and AxiomComplexValue
[Anton Tkacik] Axiom: Added exmaple with infra type in Axiom language
[Anton Tkacik] Renamed AxiomIdentifierResolver to AxiomNameResolver
[Anton Tkacik] Axiom: Renamed extends to superType
[Anton Tkacik] Axiom: Switched import declaration argument to namespace
[Anton Tkacik] Axiom: Renamed axiom-lang to axiom-model
[Anton Tkacik] Renamed superType to supertype
[Anton Tkacik] Axiom: Reordered axiom-model to logical groups
[Anton Tkacik] Axiom: Added metadata statement to language
[Anton Tkacik] Axiom: Introduced ValueMetadata base type
[Pavol Mederly] Fix compilation on Java 8
[Anton Tkacik] Axiom: Renamed uses to include
[Pavol Mederly] Add draft metadata handling schema
[Anton Tkacik] Added substitution group to model
[Anton Tkacik] Axiom: Added support for substitution to AxiomItemTarget
[Pavol Mederly] Add "real" value metadata into PrismValueImpl
[Lukas Skublik] implementing option 'recordSessionlessAccess' for Rest and Actuator channel
[tony.tkacik] Axiom: Fixed Java 8 compilation issue
[tony.tkacik] Axiom: added metadata to AxiomValue
[tony.tkacik] Axiom: fňixed Prism Infra test model
[Pavol Mederly] Add first test for metadata mapping
[tony.tkacik] Axiom: Splitted language in model,data,types models.
[Lukas Skublik] implementing of recording authentication behavior to focus for all modules
[tony.tkacik] Axiom: fixed Java 8 generics related compilation issues
[tony.tkacik] Added Copyright headers to new files
[Lukas Skublik] adding of 'visibility' element for DashboardType
[Lukas Skublik] fix for 'Save and Run' of reports
[Lukas Skublik] adding of option show only table of widgets in dashboard reports
[tony.tkacik] GUI: Metadata: Fixed Java 8 Generics problem
[Pavol Mederly] Add limited metadata mapping functionality
[Pavol Mederly] Fix merge conflicts
[Lukas Skublik] rewrite 130-report-certification-definitions to new report
</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/Schrodinger/488/