Commit Graph
67 Commits
Author SHA1 Message Date
Axel Uhl 10ef972c75 added an operation execution listener pattern for RacingEventService 2012-04-20 17:53:33 +02:00
Axel Uhl 6380d8709a refactored such that RacingEventServiceOperation has internalApplyTo with a logical return type 2012-04-20 14:33:06 +02:00
Axel Uhl 93f99db38f changed updateLeaderboardGroup such that it uses String for Leaderboard identification; added more operations 2012-04-18 17:28:50 +02:00
Axel Uhl 4d8d02d5b1 refactored addRace functionality, introducing polymorphic connectivity parameter objects across connectors 2012-03-30 16:56:05 +02:00
Axel Uhl 8302522287 added more OT implementation and another test case 2012-03-28 22:14:24 +02:00
Axel Uhl 2d03493cf3 fixed remove leaderboard operational transformation 2012-03-28 18:23:10 +02:00
Axel Uhl ff23e68c9f added a second OT test which folds a leaderboard column addition with a leaderboard removal 2012-03-28 15:42:33 +02:00
Axel Uhl 2e603bc6e3 first successful tiny and trivial Operational Transformation test, replicating the addition of a leaderboard 2012-03-28 14:51:13 +02:00
Axel Uhl 781d31da0c several renames; added FromHttpToUdpMirror which forwards Expedition messages received through HTTP to UDP 2012-02-14 22:07:20 +01:00
Axel Uhl 9537c3a5f1 ignore test case again; removed no longer reuqired startSendingResponse method 2012-02-14 21:20:29 +01:00
Axel Uhl d2ddb6607e made UDPReceiver more robust; try to deregister expedition listener when servlet has finished call 2012-02-14 19:15:44 +01:00
Axel Uhl 2c7656eeda use a send-only heartbeat for Expedition through HTTP connection 2012-02-14 18:40:53 +01:00
Axel Uhl fd9422dc58 attempt to factor out the HTTP-based send/receive streaming aspect; but the request input stream closes fast... 2012-02-14 17:29:28 +01:00
Axel Uhl 099418ca21 added sailingserver/expedition servlet which propagages all Expedition messages, valid or not, to the client 2012-02-14 13:59:38 +01:00
Lennart Hensler 5e1c7b5181 Fixed LeaderboardDiscardingRulesTest failure 2012-01-31 12:00:58 +01:00
Axel Uhl 3a8d6616fb removed server.api bundle after having moved the identifier stuff to the domain bundle 2012-01-24 10:26:15 +01:00
Lennart Hensler b07ee43e65 Refactored trac trac ports 2012-01-20 10:18:52 +01:00
Lennart Hensler 94a9bea66a Refactored host name 2012-01-20 09:56:55 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
Lennart Hensler 3ce1db5757 Added test for identifier serialization 2012-01-11 11:10:27 +01:00
fmittag 531aa0166f clean up of all version in all pom.xml files
- changed 0.0.1-SNAPSHOT to 1.0.0-SNAPSHOT
- changed product version from 1.1.0 to 1.0.0
- removed unnecessary <version> tags in plugins
2012-01-04 16:04:23 +01:00
Axel Uhl 9e388831e3 moved Util class to domain.common and use its Pair/Triple utility classes also in gwt.ui 2011-12-30 09:49:02 +01:00
Axel Uhl 38afc7dd1b removed Phoenix resource servlets 2011-12-28 15:39:57 +01:00
Axel Uhl c972c9e3d1 Merge branch 'gwt' into osgi_mvn_refactoring
Conflicts:
	java/com.sap.sailing.gwt.ui.test/.gitignore
	java/com.sap.sailing.gwt.ui.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server.api/.project
	java/com.sap.sailing.server.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, No Tests).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, Remote Debug SAP VM).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
	java/com.sap.sailing.server/src/com/sap/sailing/server/impl/Activator.java
2011-12-28 15:37:10 +01:00
Axel Uhl 82077866ce started to introduce a flag on TrackedRace identifying whether the first leg is known to be upwind 2011-12-20 16:10:56 +01:00
Axel Uhl 7f540033b5 in RaceTrackerTest, wait for RaceDefinition to be completely wired with Event etc. 2011-12-19 18:28:37 +01:00
fmittag 12d589e4a7 fix the manifest files of the test bundles 2011-12-19 14:07:22 +01:00
fmittag 18a21b56d2 add missing package import for test bundles 2011-12-16 17:21:24 +01:00
Axel Uhl e5bce1b340 renamed to correct typo 2011-12-14 21:09:18 +01:00
Fabian Schwarz-Fritz 898e9da591 Added test case for editing discarding roules in leaderboard. The test
checks if the update of discarding roules of a leaderboard works
correctly.
2011-12-14 20:13:45 +01:00
Axel Uhl 5faea262cd updated Javadocs that talk about lack of synchronization between master and tracking data 2011-12-13 23:03:22 +01:00
Axel Uhl 7651b2a01b assert that the event/race/tracked event/tracked race structure is left unchanged by stopTracking 2011-12-12 23:23:51 +01:00
Axel Uhl 9bb057966c added tracked event/race set-up for tests 2011-12-12 23:20:51 +01:00
Axel Uhl 29a1e1fede adjusted test verdict according to expectations 2011-12-12 21:51:00 +01:00
Axel Uhl 7186c95aa3 committing failing test that asserts the tracked race is removed from the tracked event 2011-12-12 21:38:02 +01:00
Axel Uhl ccd45619e7 added an assertion 2011-12-12 18:20:12 +01:00
Axel Uhl 06ee0b5d48 fixed assertions by not using Java assert but JUnit assert* 2011-12-12 18:05:40 +01:00
Axel Uhl cf930c857c adjusted after merge; using *.server.api 2011-12-12 17:41:17 +01:00
Fabian Schwarz-Fritz 9574888c86 Corrected imports 2011-12-12 13:05:59 +01:00
Fabian Schwarz-Fritz 12ea725dd0 Removed unused imports 2011-12-12 12:15:27 +01:00
Fabian Schwarz-Fritz 3f9ca40839 Merge branch 'gwt' into stoptrackingtest 2011-12-12 11:43:15 +01:00
Fabian Schwarz-Fritz b4f8e9c710 Corrected assertions for test that tests if the stopTrackingMethod works
correctly.
Added a test that checks if a race is removed correctly if the removeRace
method is called.
Added a test that checks if a tracker is removed when the removed race was
the last race, tracked by the raceTracker.
2011-12-12 11:39:26 +01:00
Fabian Schwarz-Fritz 007d79a316 Test for StopTrackingRace tests the stopTracking Method correctly. 2011-12-12 10:37:36 +01:00
Fabian Schwarz-Fritz 244b0ac890 Added assertions 2011-12-12 09:33:20 +01:00
Fabian Schwarz-Fritz a136aa2068 Added more assertions 2011-12-12 09:01:06 +01:00
Fabian Schwarz-Fritz 93a07d70ab Added the buoild of the strucutre in RacingEventSErviceImpl. Now the
RaceTrackers,  event and RaceDefinitoins should be set correctly.
2011-12-09 22:06:22 +01:00
Fabian Schwarz-Fritz 7353540411 Minimal edit at Mocks and RaceTracker test. I also had to add the json
library to required bundles, because the RacingEventServiceimpl contains
that json library.
2011-12-09 21:24:27 +01:00
Fabian Schwarz-Fritz f246d3fc04 Add Mocks, and modified tests 2011-12-09 17:57:36 +01:00
Fabian Schwarz-Fritz 533547756b Added new Test case file to test the stop of trackers 2011-12-09 15:43:30 +01:00
Axel Uhl ed10a46f2a adjusted test case to modified stopTracking/removeRace/removeEvent behavior 2011-12-09 14:23:38 +01:00