SuccessChanges

Summary

  1. tsk4-5: Adds `publishedAt` field handling to Story dataset and matcher (details)
Commit 7578a855c580c2b26f23c7c7e1f2027f6a8d97a5 by devpablogg
tsk4-5: Adds `publishedAt` field handling to Story dataset and matcher
The publishedAt field was added to the Story entity, but related test
utilities and datasets were not updated to reflect this new attribute.
This caused inconsistencies between the entity definition and the test
data.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/stories.xml (diff)