| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set severity inside OperationService.add() #25963 | Tharre | 2018-05-24 | 1 | -4/+3 | 
| | | | | | | This avoids duplicate parsing in the UI or adding a getSeverityFromOpcode() method to the interface. | ||||
| * | Fix conflict with OperationDAOTest #25963 | Tharre | 2018-05-24 | 1 | -2/+7 | 
| | | |||||
| * | Add missing constructor parameters in VehiclePersistenceTest [#25963] | Dominic Rogetzer | 2018-05-24 | 1 | -2/+12 | 
| | | | | | Additional parameters for VehicleDatabaseDao were added in previous commit f43bb72 | ||||
| * | Add missing constructor parameters in RegistrationDAOTest [#25963] | Dominic Rogetzer | 2018-05-24 | 1 | -1/+5 | 
| | | | | | Additional parameters were added in 19419f8 | ||||
| * | Fix and cleanup Operation dao+service #25963 | Tharre | 2018-05-24 | 5 | -578/+108 | 
| | | |||||
| * | Fix DBUnit warnings | Tharre | 2018-05-24 | 1 | -0/+7 | 
| | | |||||
| * | JF: Move VehiclePersistenceTest to correct package [#27241] | Dominic Rogetzer | 2018-05-23 | 1 | -3/+1 | 
| | | |||||
| * | Work around H2 bug in operation.list() | Tharre | 2018-05-23 | 1 | -0/+9 | 
| | | |||||
| * | Remove id-columns at comparison [#25874] | Dominic Rogetzer | 2018-05-22 | 1 | -2/+2 | 
| | | | | | | | Cannot ensure that next autogenerated id is X, because DBUnit just refreshes the DB, which is deleting the entries but not resetting sequences | ||||
| * | Remove tearDownOperation from EmployeePersistenceTest + format [#25950] | Dominic Rogetzer | 2018-05-22 | 1 | -7/+0 | 
| | | | | | | tearDownOperation method not needed anymore, as with the new version of JdbcTestCase, teardown automatically clears database | ||||
| * | Implement service tests for employeeUpdate [#25950] | Dominic Rogetzer | 2018-05-22 | 1 | -8/+20 | 
| | | |||||
| * | Access jdbcConnectionManager via getter [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -1/+1 | 
| | | |||||
| * | Refactor EmployeeServiceTest to use a single builder [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -23/+12 | 
| | | |||||
| * | Implement tests for updating a valid and non-existing employee [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -2/+64 | 
| | | |||||
| * | Refactor testAddValidEmployeeJoin to use helper methods [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -8/+6 | 
| | | |||||
| * | Adjust EmployeePersistenceTest to use new JdbcTestCase [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -7/+11 | 
| | | |||||
| * | Add further DBUnit-Tests for employee.add [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -21/+67 | 
| | | |||||
| * | Add unit-test testAddValidEmployee [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+66 | 
| | | |||||
| * | Remove OperationServiceComponentTest for now | Tharre | 2018-05-22 | 1 | -160/+0 | 
| | | | | | It causes way to many conflicts and is poorly designed. | ||||
| * | Fix merge conflicts caused by interface change | Tharre | 2018-05-22 | 1 | -10/+3 | 
| | | |||||
| * | expand Vehicle Update Persistence Tests #25948 | Martin Weick | 2018-05-22 | 1 | -25/+34 | 
| | | |||||
| * | Implement Vehicle Update Tests Persistence #25948 | Martin Weick | 2018-05-22 | 1 | -33/+62 | 
| | | |||||
| * | Implement Persistence Test Vehicle | Martin Weick | 2018-05-22 | 1 | -0/+122 | 
| | | |||||
| * | Add helper methods for DBUnit TestCases [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+41 | 
| | | |||||
| * | Implement requestVehicles() in service+DAO #25953 | Tharre | 2018-05-21 | 4 | -4/+273 | 
| | | |||||
| * | Add convenience functions to JdbcTestCase #27059 | Tharre | 2018-05-21 | 1 | -1/+23 | 
| | | |||||
| * | Restructure test folder | Dominic Rogetzer | 2018-05-21 | 12 | -46/+72 | 
| | | |||||
| * | JdbcTestCase changed to work with Junit 4 | Tharre | 2018-05-21 | 2 | -11/+92 | 
| | | |||||
| * | Extract dbunit JDBC modifications to JdbcTestCase | Tharre | 2018-05-13 | 2 | -42/+53 | 
| | | |||||
| * | Change interfaces to use Set instead of List | Tharre | 2018-05-12 | 4 | -18/+18 | 
| | | |||||
| * | Fix DBUnit's enums and revert database changes | Tharre | 2018-05-12 | 1 | -113/+84 | 
| | | |||||
| * | Implement VehicleDAO.get() and fix list() misuse | Tharre | 2018-05-11 | 1 | -18/+18 | 
| | | |||||
| * | Changed interface back to how it was before | Felix Kehrer | 2018-05-07 | 1 | -4/+30 | 
| | | |||||
| * | Changed test behaviour to leave "clean" database for other tests | Felix Kehrer | 2018-05-07 | 1 | -9/+15 | 
| | | |||||
| * | Rename Registration Dao & service to conventional style | Felix Kehrer | 2018-05-07 | 2 | -8/+6 | 
| | | |||||
| * | Merge branch 'employee_list' into fahrzeug_anmelden | Felix Kehrer | 2018-05-07 | 1 | -0/+155 | 
| |\ | |||||
| | * | Implement EmployeePersistenceTest with DBUnit | Dominic Rogetzer | 2018-05-07 | 1 | -0/+155 | 
| | | | |||||
| * | | Added positive and negative tests for RegistrationService | Felix Kehrer | 2018-05-07 | 1 | -0/+124 | 
| | | | |||||
| * | | Add Application for manual tests | Felix Kehrer | 2018-05-07 | 1 | -0/+53 | 
| | | | |||||
| * | | Implemented incorrect insert test (specified vehicle does not exist in test ↵ | Felix Kehrer | 2018-05-07 | 1 | -1/+28 | 
| | | | | | | | | | database) | ||||
| * | | Implemented correct insert test | Felix Kehrer | 2018-05-07 | 1 | -1/+71 | 
| | | | |||||
| * | | Added groundwork for DAO tests | Felix Kehrer | 2018-05-07 | 1 | -0/+65 | 
| |/ | |||||
| * | Merge 'VehicleDBDAO' and 'DBVehicleDAO' to 'VehicleDatabaseDao' | Dominic Rogetzer | 2018-05-06 | 1 | -2/+2 | 
| | | |||||
| * | Fix rebase errors | Viktoria Pundy | 2018-05-06 | 4 | -49/+9 | 
| | | |||||
| * | Added some test for persistence layer/small changes | Viktoria Pundy | 2018-05-06 | 3 | -0/+434 | 
| | | |||||
| * | Implements GUI Tests for create new Vehicle | Martin Weick | 2018-05-04 | 1 | -0/+54 | 
| | | |||||
| * | Prepare UI tests for CreateNewVehicle | Martin Weick | 2018-05-04 | 3 | -0/+95 | 
| | | |||||
| * | Move CarAddTestService to package vehicle | Martin Weick | 2018-05-04 | 1 | -1/+1 | 
| | | |||||
| * | Refactor getTopModalStage to Helper | Martin Weick | 2018-05-04 | 2 | -24/+32 | 
| | | |||||
| * | commit for merge | Martin | 2018-05-04 | 4 | -195/+0 | 
| | | |||||
