SuccessChanges

Summary

  1. tsk72 Removes the unneeded check of the author's login length in the (details)
Commit 55a1c8523b945775ed82d22e1761ba463dc6edf8 by miguel.ferreiro.diaz
tsk72 Removes the unneeded check of the author's login length in the
Story class
The check on the length of the story author's login has been eliminated
because that check is already done in the User class when a user is
assigned a login. In addition, a variable not used in the tests of the
Story class has been eliminated since it does not satisfy any purpose.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)