Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework RegistrationDatabaseDAO #27305 | Tharre | 2018-06-17 | 1 | -2/+2 |
| | |||||
* | Rework EmployeeDao to use pstmts directly #27305 | Tharre | 2018-06-16 | 1 | -2/+1 |
| | |||||
* | Rename OperationServiceIntegrationTest, add another test case [#27302] | Dominic Rogetzer | 2018-06-16 | 1 | -3/+10 |
| | | | | | rename file to OperationServiceIntegrationTest implement addInvalidOperation | ||||
* | Add integration test for adding operation [#27302] | Dominic Rogetzer | 2018-06-16 | 1 | -53/+70 |
| | |||||
* | Started adding tests [#27303] | Viktoria Pundy | 2018-06-16 | 2 | -0/+85 |
| | |||||
* | change Vehicle Gui Test #27301 | Martin Weick | 2018-06-14 | 1 | -3/+3 |
| | |||||
* | add simple test for .get() #27303 | Felix Kehrer | 2018-06-13 | 1 | -0/+7 |
| | |||||
* | move original operation so it can be used multiple times #27303 | Felix Kehrer | 2018-06-13 | 1 | -23/+26 |
| | |||||
* | Add TODO comments as feedback which occurred during JourFixe [#28535] | Dominic Rogetzer | 2018-06-12 | 1 | -0/+2 |
| | |||||
* | Add integration tests for registration- service/dao [#27302] | Dominic Rogetzer | 2018-06-11 | 1 | -0/+53 |
| | |||||
* | Extract two methods in RegistrationServiceTest for later use [#27302] | Dominic Rogetzer | 2018-06-11 | 1 | -3/+14 |
| | | | | methods are addValidRegistrations and addOnlyOnePersonToRTW. Extracted in order to avoid duplicate code, as the same code is used in integration test later on | ||||
* | Refactor RegistrationDAOTest to make use of DB-unit [#27302] | Dominic Rogetzer | 2018-06-11 | 1 | -65/+8 |
| | |||||
* | Refactor insert/delete scripts to DB-Unit xml file [#27302] | Dominic Rogetzer | 2018-06-11 | 1 | -0/+18 |
| | |||||
* | Make HighDpiAwareApplicationTest abstract [#25963] | Dominic Rogetzer | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | Move GuiTestConfiguration to inner class of GuiTestApplication [#27302] | Dominic Rogetzer | 2018-06-11 | 2 | -43/+28 |
| | |||||
* | Remove duplicate code by creating a general GuiTestApplication [#27302] | Dominic Rogetzer | 2018-06-11 | 6 | -114/+50 |
| | | | | Extract code from CreateNewEmployeeApplication, CreateNewVehicleApplication and RegistrationWindowApplication into GuiTestApplication, which allows to specify a fxml file name in launch-arguments. Adjust ControllerTest-classes | ||||
* | Refactor Spring-Configuration for GUI-Tests [#27302] | Dominic Rogetzer | 2018-06-11 | 3 | -34/+43 |
| | | | | Merge EmployeeServiceTestConfiguration and VehicleServiceTestConfiguration into GuiTestConfiguration | ||||
* | implemented working testListOperations() #27844 | Felix Kehrer | 2018-06-05 | 5 | -7/+30 |
| | |||||
* | removed obsolete comments #27844 | Felix Kehrer | 2018-06-05 | 1 | -3/+0 |
| | |||||
* | change tests to always run in UTC #27844 | Felix Kehrer | 2018-06-03 | 2 | -1/+8 |
| | |||||
* | adapt tests to changed behaviour due to bugfix (#27844) #27303 | Felix Kehrer | 2018-06-03 | 5 | -5/+6 |
| | |||||
* | implement working test case for .add() #27303 | Felix Kehrer | 2018-06-03 | 2 | -2/+26 |
| | |||||
* | added logging before throwing ServiceException #27033 | Felix Kehrer | 2018-06-03 | 4 | -6/+6 |
| | |||||
* | added handling for "timestamp with time zone" #27844 | Felix Kehrer | 2018-06-02 | 1 | -7/+10 |
| | |||||
* | fixed "actual" and "expected" values being mixed up | Felix Kehrer | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Change package structure/naming #25963 | Tharre | 2018-05-24 | 6 | -17/+17 |
| | |||||
* | Fix id validation in OperationService #25963 | Tharre | 2018-05-24 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix vehicleTestData, vehicleTestUpdateExpectedData (id swap) [#25963] | Dominic Rogetzer | 2018-05-24 | 2 | -13/+13 |
| | | | | Changes relate to 'side-fix' addressed in f43bb72 | ||||
* | 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 | 2 | -2/+78 |
| | |||||
* | 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 file containing expected data for testAddValidEmployeeJoin [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+17 |
| | |||||
* | Rename employee persistence test data xml [#25963] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+0 |
| | |||||
* | Add unit-test testAddValidEmployee [#25949] | Dominic Rogetzer | 2018-05-22 | 2 | -0/+82 |
| | |||||
* | 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 |
| |