SuccessChanges

Summary

  1. tsk9 Updates sql, serializes all domain, adds test to UserEJB (details)
  2. Updates dataset for users and UserEJBTest (details)
  3. Updates UserEJBTest (details)
  4. Adds comments to Event entity (details)
Commit 2b7c4784a100f8a07c09b4491a41ac04db06abd3 by ansousa
tsk9 Updates sql, serializes all domain, adds test to UserEJB
Updates the sql script full and test. Serializes the entities. Fixes
UserEJB and adds test.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EJBTestSuite.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java (diff)
The file was modifiedadditional-material/db/letta-mysql.test.sql (diff)
The file was modifiedadditional-material/db/letta-mysql.full.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java (diff)
Commit b41e0cfb6df3a693624d7187f4d314afb8d7c09a by ansousa
Updates dataset for users and UserEJBTest
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/letta/entities/UsersDataset.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java (diff)
Commit 0dcb658e1e310dfb9f093bf022da1072a99573ce by ansousa
Adds comments to Event entity
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java (diff)