SuccessChanges

Summary

  1. Tests for match added and MatchJPA updated (details)
Commit 9cb41144499a04cd7a4baa8e5618d91fc7207511 by hector.rodriguez
Tests for match added and MatchJPA updated
Tests for entity Match were added In that tests, methods create, update
and delete were implemented
In other hand, Match entity were updated with attribute deleted. It
means that when a match is deleted, it store the date when the user
deletes a match, but remains in the database
The file was addeddomain/src/test/es/uvigo/esei/dgss/match/MatchTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/match/MatchJPA.java (diff)