<surefireAggregatedReport _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>1</totalCount><urlName>testReport</urlName><childReport><child _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>1</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/13/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>#13</displayName><duration>46691</duration><estimatedDuration>34439</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Service #13</fullDisplayName><id>13</id><keepLog>false</keepLog><number>13</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1668807969893</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/13/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/resources/beans.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>jsf/dgss2223-teamA-microstories-jsf.iml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</affectedPath><affectedPath>service/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</affectedPath><affectedPath>domain/dgss2223-teamA-microstories-domain.iml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</affectedPath><affectedPath>rest/dgss2223-teamA-microstories-rest.iml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/test-persistence.xml</affectedPath><affectedPath>ear/dgss2223-teamA-microstories-ear.iml</affectedPath><affectedPath>service/dgss2223-teamA-microstories-service.iml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>tests/dgss2223-teamA-microstories-tests.iml</affectedPath><commitId>1e41c576924567f1dc6b00e1617c0327f24184e3</commitId><timestamp>1668807155000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17</absoluteUrl><fullName>jspilva17</fullName></author><authorEmail>jspilva17@esei.uvigo.es</authorEmail><comment>tsk5 Changes id generation, adds class Story to persistence.xml file,
create StoryEJB, adds testEJB and fix stories.xml and stories DataSet
The id changes are mades to avoid the creation of a table calls
hibernate. In the persistence.xml (service), the story class adds to
creates in DB. Adds StoryEJB ,this contains a method to get 6 recent
stories. Also,adds TestStoryEJB and TestSuite adds configuration to test
method getRecentStories from StoryEJB. On StoryDataset adds method
recent Stories to get last 6 Stories to compares to method
getRecentStories in the TestStoryEJB.
Fixes: stories.xml (adds six correct dates). Theme.java add correct
enum, changes story for HISTORIC, SCIFI for SCIENCE_FICTION and CHILDISH
for CHILD.
</comment><date>2022-11-18 22:32:35 +0100</date><id>1e41c576924567f1dc6b00e1617c0327f24184e3</id><msg>tsk5 Changes id generation, adds class Story to persistence.xml file,</msg><path><editType>add</editType><file>jsf/dgss2223-teamA-microstories-jsf.iml</file></path><path><editType>edit</editType><file>service/src/test/resources/beans.xml</file></path><path><editType>add</editType><file>ear/dgss2223-teamA-microstories-ear.iml</file></path><path><editType>add</editType><file>service/src/test/resources-wildfly-embedded-h2/test-persistence.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>add</editType><file>service/dgss2223-teamA-microstories-service.iml</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</file></path><path><editType>edit</editType><file>service/src/main/resources/META-INF/persistence.xml</file></path><path><editType>add</editType><file>tests/dgss2223-teamA-microstories-tests.iml</file></path><path><editType>add</editType><file>rest/dgss2223-teamA-microstories-rest.iml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Theme.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java</file></path><path><editType>add</editType><file>domain/dgss2223-teamA-microstories-domain.iml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17</absoluteUrl><fullName>jspilva17</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-service/13/mavenArtifacts/</url></mavenArtifacts></child><result _class='hudson.tasks.junit.TestResult'><duration>23.325</duration><empty>false</empty><failCount>0</failCount><passCount>1</passCount><skipCount>0</skipCount><suite><case><age>0</age><className>es.uvigo.esei.dgss.teama.microstories.service.TestStoryEJB</className><duration>1.377</duration><failedSince>0</failedSince><name>testRecentStories</name><skipped>false</skipped><status>PASSED</status></case><duration>23.325</duration><name>es.uvigo.esei.dgss.teama.microstories.service.ServiceIntegrationTestSuite</name></suite></result></childReport></surefireAggregatedReport>