SuccessChanges

Summary

  1. tsk76 Fixes the path of the package for the test files of the service (details)
Commit 505c686ccf2dbae07c47430a79904f4a53361a33 by miguel.ferreiro.diaz
tsk76 Fixes the path of the package for the test files of the service
layer
In the same package "es.uvigo.esei.dgss.teama.microstories.service", the
classes that implement the services and their respective tests have been
put together. This change is due to the fact that these classes must be
at the same level inside the service package and that this structure has
been established in the rest of the modules.
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/UserServiceIntegrationTest.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/ServiceIntegrationTestSuite.java (diff)