SuccessChanges

Summary

  1. tsk28 Modifies service and rest tests to remove references to old (details)
  2. tsk28 Deletes test database creation script (details)
Commit 4aca1393af9ad2dd29c21e988183a78cf42ced5b by yruben98
tsk28 Modifies service and rest tests to remove references to old
attribute visits
Modifies test files to remove references to the old visits attribute to
avoid integration problems with the new entity and attribute
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java
Commit 607a4f9ad2f9def0b676d5307455684219ed8ebf by yruben98
tsk28 Deletes test database creation script
Removes test database creation script that is no longer needed, since
the visits attribute does not exist as an integer in the Story entity.
The file was removedtests/src/main/resources/datasets/stories-visit-story.xml