Skip to content

Commit

Permalink
added ARCHETYPE_REPORT + ARCHETYPE_COLLECTION_REPORT to test init.obj.
Browse files Browse the repository at this point in the history
These are required after simulation reports became collection reports.
  • Loading branch information
virgo47 committed Mar 20, 2023
1 parent 188ea81 commit e941eb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15838,6 +15838,13 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="00000000-0000-0000-0000-000000000172">
<xsd:annotation>
<xsd:appinfo>
<jaxb:typesafeEnumMember name="ARCHETYPE_REPORT"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="00000000-0000-0000-0000-000000000600">
<xsd:annotation>
<xsd:appinfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ public interface CommonInitialObjects {
TestObject<ArchetypeType> STANDARD_FUNCTIONS = TestObject.classPath(
FUNCTION_LIBRARY, "005-standard-functions.xml", SystemObjectsType.STANDARD_FUNCTIONS.value());

TestObject<ArchetypeType> ARCHETYPE_REPORT = TestObject.classPath(
ARCHETYPES, "059-archetype-report.xml", SystemObjectsType.ARCHETYPE_REPORT.value());

TestObject<ArchetypeType> ARCHETYPE_COLLECTION_REPORT = TestObject.classPath(
ARCHETYPES, "061-archetype-report-collection.xml", SystemObjectsType.ARCHETYPE_COLLECTION_REPORT.value());

TestObject<ArchetypeType> ARCHETYPE_EVENT_MARK = TestObject.classPath(
ARCHETYPES, "700-archetype-event-mark.xml", SystemObjectsType.ARCHETYPE_EVENT_MARK.value());

Expand Down Expand Up @@ -167,6 +173,8 @@ static void addMarks(AbstractModelIntegrationTest test, Task task, OperationResu
test.initTestObjects(
task, result,
ARCHETYPE_EVENT_MARK,
ARCHETYPE_REPORT,
ARCHETYPE_COLLECTION_REPORT,
ARCHETYPE_OBJECT_MARK,
MARK_FOCUS_ACTIVATED,
MARK_FOCUS_DEACTIVATED,
Expand Down

0 comments on commit e941eb2

Please sign in to comment.