aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/dao/OperationDAOTest.java
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-181-197/+0
* add simple test for .get() #27303Felix Kehrer2018-06-131-0/+7
* move original operation so it can be used multiple times #27303Felix Kehrer2018-06-131-23/+26
* implemented working testListOperations() #27844Felix Kehrer2018-06-051-2/+24
* removed obsolete comments #27844Felix Kehrer2018-06-051-3/+0
* change tests to always run in UTC #27844Felix Kehrer2018-06-031-0/+7
* adapt tests to changed behaviour due to bugfix (#27844) #27303Felix Kehrer2018-06-031-0/+1
* implement working test case for .add() #27303Felix Kehrer2018-06-031-2/+5
* added logging before throwing ServiceException #27033Felix Kehrer2018-06-031-3/+3
* Change package structure/naming #25963Tharre2018-05-241-3/+3
* Fix conflict with OperationDAOTest #25963Tharre2018-05-241-2/+7
* Fix and cleanup Operation dao+service #25963Tharre2018-05-241-2/+64
* Work around H2 bug in operation.list()Tharre2018-05-231-0/+9
* Implement requestVehicles() in service+DAO #25953Tharre2018-05-211-0/+81