<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>672ffcf1d81381e9f165c4a920964d0e</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9e898d9e8050805c8fcd861983253b60</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>64ed348561d50945f1c0215feab34ebe</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>4</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-domain/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>12146</duration><estimatedDuration>13332</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Domain #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888922</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-domain/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntity.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java</affectedPath><commitId>667152eef088dfb979f042e9f6f18aa48ec81cda</commitId><timestamp>1669238226000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk 21 Fixes Story test
The test class was moved to the Domain project from the Tests project as
this is only for utility classes used in the tests. The class was
renamed to StoryEntityTest as all test classes must use the Test suffix. 
Method testStoryLengthStory has been removed as it was testing some of
the same functionality as the testStoryDataType method. Further tests
were added to check the content size for each type of genre as each
genre has a different size limit.
</comment><date>2022-11-23 22:17:06 +0100</date><id>667152eef088dfb979f042e9f6f18aa48ec81cda</id><msg>tsk 21 Fixes Story test</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntity.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-domain/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>58fd3bd2d18a1d59fd25da39067421c4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-domain/28/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-ear</artifactId><canonicalName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b394760c748e63507b5e0a68f84edcaf</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-ear/28/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>6714</duration><estimatedDuration>7108</estimatedDuration><fullDisplayName>μStories 2223 - Team A » EAR #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888924</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-ear/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-ear/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-ear</artifactId><canonicalName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cd691127e363c827bb7d5b0a16a7c134</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-ear/28/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-jsf</artifactId><canonicalName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ef0420c0f538db5955eebf5434fe37f0</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-jsf</artifactId><canonicalName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b1b32b3383cbfcd37abc3ad3756bdf25</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>10057</duration><estimatedDuration>12147</estimatedDuration><fullDisplayName>μStories 2223 - Team A » JSF #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888923</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-jsf</artifactId><canonicalName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>5eed88a8a144e5ae8519d3a176f79799</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/28/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-pom</artifactId><canonicalName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>61eccf91fa13188b5c14f6bd1d59f50a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-pom/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>9786</duration><estimatedDuration>8862</estimatedDuration><fullDisplayName>μStories 2223 - Team A » μStories 22/23 Team A #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888921</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-pom/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-pom/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-pom</artifactId><canonicalName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>61eccf91fa13188b5c14f6bd1d59f50a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-pom/28/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>0b75ddd6a7f6d20b74213b8ccabe2032</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>5f12fa5ea7920c0a4001c8d9ff4abe6f</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9e4b7213295c21331495c6801b3116bd</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-rest/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>8375</duration><estimatedDuration>8653</estimatedDuration><fullDisplayName>μStories 2223 - Team A » REST #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888923</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-rest/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-rest/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1eb3b8f3aa7e39cbc7a7b50bb8355cca</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-rest/28/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b5d91127bdffe740dbb78b55e3a3795a</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>0cae2867660e516342503080cfe77ac4</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>2d1ce3506bcc2084276cc3bf7b89b42d</md5sum><type>test-jar</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>998f53f1a1551e5ba0d7382b4aa6c0af</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>2</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-service/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>38677</duration><estimatedDuration>34439</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Service #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888922</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-service/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-service/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9c147ba08cc05135c6ca2c5b01e989b1</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-service/28/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9f5efd76fb4771e8d8c9e031e9cf243e</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c000791e29e2abf630c04a1370cdf00f</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>656beba1d81956375a999df8a1b4a69e</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/28/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#28</displayName><duration>10109</duration><estimatedDuration>8996</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Tests #28</fullDisplayName><id>28</id><keepLog>false</keepLog><number>28</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1669238888922</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/28/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntity.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java</affectedPath><commitId>667152eef088dfb979f042e9f6f18aa48ec81cda</commitId><timestamp>1669238226000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk 21 Fixes Story test
The test class was moved to the Domain project from the Tests project as
this is only for utility classes used in the tests. The class was
renamed to StoryEntityTest as all test classes must use the Test suffix. 
Method testStoryLengthStory has been removed as it was testing some of
the same functionality as the testStoryDataType method. Further tests
were added to check the content size for each type of genre as each
genre has a different size limit.
</comment><date>2022-11-23 22:17:06 +0100</date><id>667152eef088dfb979f042e9f6f18aa48ec81cda</id><msg>tsk 21 Fixes Story test</msg><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntityTest.java</file></path><path><editType>delete</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryEntity.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/28/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>badcd4a1606bd4e396b1a8853ba4bd19</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/28/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>