Axel Uhl
6dcd7d4187
bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions
2025-07-07 11:33:18 +02:00
Axel Uhl
5b2536e9c0
bug6127: more JUnit5 migrations; still to do: selenium and domain.test
2025-06-05 17:21:26 +02:00
Axel Uhl
3138f7745f
bug6127: refactored more test fragments to JUnit5
2025-06-05 17:21:26 +02:00
Axel Uhl
faf71f55a7
bug6127: first step migrating tests from JUnit4 to JUnit5
2025-06-05 17:21:25 +02:00
Wessels, Udo (PPN)
2b66121265
bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects.
2023-10-09 18:00:50 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
4db4b95b62
bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them!
2021-02-16 14:58:38 +01:00
Axel Uhl
5cde3206f3
more Timeout updates to avoid deprecation warnings
2018-12-10 03:15:49 +01:00
Axel Uhl
bd90f921dd
added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule
2018-03-24 01:45:37 +01:00
Axel Uhl
0cf6427e7d
added NMEA tests based on data from the Australian federation
...
Change-Id: Icd47d4a23d00a11ba7fa42298c35ab2d977de135
2017-08-17 11:12:23 +02:00
Axel Uhl
e7f3551df7
fixed nmeaconnector reference in pom.xml
2017-08-07 21:42:49 +02:00
Axel Uhl
6f53029f4f
added NMEA-0183 docs to NMEA connector's test fragment
...
Change-Id: Id23ceee4cec35fce7379efb5438151b3561ce9af
2017-08-07 17:17:54 +02:00
Axel Uhl
dd38eb2fa0
ignored large ZIP file NMEA import test again
...
Change-Id: I58d85ce6fcc3a0078ab503e281422890108ed5d9
2017-08-07 11:24:17 +02:00
Axel Uhl
20ff38311c
interpret true wind reading in MWV sentence as "from", not "to"
...
Change-Id: I5119cec02e34a8b42c9388dc0a4eadba0e1bbc59
2017-08-04 15:43:59 +02:00
Axel Uhl
b7b308479c
added an ignored test for a large Australian NMEA zip file
...
Change-Id: I6ae66fb5f9b2c3abbce182a25e425d596f1be824
2017-07-31 18:23:56 +02:00
Axel Uhl
bcdc8a260c
fixed parameterized type transitive lookup in NMEA AbstractSentenceListener
...
Change-Id: Iba08f867257a8ae707f8c1c8a11dae865da52c25
2017-07-01 12:58:25 +02:00
Axel Uhl
123777280d
fixed ZIP file NMEA reading test
...
Change-Id: I3791871a66160624e6554e4d5592a00eae407f92
2017-07-01 12:58:04 +02:00
Axel Uhl
1eade446f3
starting to see the first wind fixes after adding a PositionListener and recording the last sensor positions
...
Change-Id: I74cf1c7e41886f1a650eb143f2fb4474a7446393
2017-07-01 12:01:17 +02:00
Axel Uhl
d5dc2fdbc2
using a different sample file for NMEA tests
...
Change-Id: I599fc44ed169e4cd72ddcca8f75831d099855a59
2017-04-28 19:47:37 +02:00
Axel Uhl
b9b9fb1c79
added ZIPped NMEA test data and added a first test case frame for it
...
Change-Id: I0eb7148017232fc5d0b07be0de4531a227b400af
2017-04-28 10:21:31 +02:00
Axel Uhl
732f30f14b
started a fix for insufficient superclass checking in NMEA AbstractSentenceListener
...
Change-Id: Ic4818022cda4b2ec115076b3ed922e2528049eb7
2017-04-28 00:11:34 +02:00
Axel Uhl
59a246c1e5
use CountDownLatch for test synchronization
...
Change-Id: I65cbb447368287bfcae58a4060d00a11de2e9f88
2017-04-24 18:30:57 +02:00
Axel Uhl
083c25aafd
started an implementation of a time series keeper for NMEA wind import
...
Change-Id: I322da0006eb37e069e2454acc75f020468e68fea
2017-04-24 18:19:28 +02:00
Axel Uhl
3ce53ed750
added a time listener test
...
Change-Id: Ib46818f57f65330d392e58d4444d86b6e07aecf1
2017-04-24 16:29:23 +02:00
Axel Uhl
436b806d7f
added missing empty GLC and AAM parsers to avoid exceptions during parser generation
...
Change-Id: I66cef44a54ee099dc792f4755d57cf65da1bffa5
2017-04-24 14:06:20 +02:00
Axel Uhl
1ab44d908c
started an NMEA wind receiver implementation by adding some Javadoc
...
Change-Id: I81ad85ef64bf34cfb38772f69e9a535bee3c6bec
2017-04-21 18:59:43 +02:00
Axel Uhl
1026fcf044
re-established BATParser as proprietary extension, cleanly with the 0.9.0 marineapi
...
Change-Id: I48bc2de52838e20997ac50dea31dda270277a367
2017-04-21 15:54:31 +02:00
Axel Uhl
df3ef78f77
moved net.sf.marineapi examples to net.sf.marineapi.test bundle
...
Change-Id: I8000408bed7576e5410c0e750566755756de8ff1
2017-04-21 14:25:09 +02:00
Axel Uhl
bacebe129f
moved examples away from net.sf.marineapi bundle to test bundle
...
Change-Id: I671bc0200df236d58d984a228011fd268b321d8d
2017-04-21 14:22:59 +02:00
Axel Uhl
a4e26bf7b0
preparing for mass-reading of weather data from an NMEA stream with intermingled sentence types
...
Change-Id: I78b846f8a20a50f1dc6936648d4ff5ac2fa5f250
2017-04-20 18:42:55 +02:00
Axel Uhl
f73b6652da
added an NMEA test file from Australian Sailing Federation for wind ingestion tests
...
Change-Id: I5f7cf3c690e7a205b012d0390a6627bf0334b704
2017-04-20 18:22:13 +02:00
Axel Uhl
184a9b3e27
re-added com.sap.sailing.nmeaconnector[.test]
...
Change-Id: Iae27c3b4625afc4542331feb5b4088d56903150c
2017-04-20 18:21:55 +02:00
Axel Uhl
5af4fd1db4
removed net.sf.marineapi and all NMEA functionality
2015-08-05 15:59:11 +02:00
Axel Uhl
094234b654
moved all Position-related classes including Compact... representations to common bundle; provided CustomFieldSerializer for all Position subclasses that require it
2015-04-03 16:12:21 +02:00
Axel Uhl
58bd451481
moved other Position implementations to common packages to share them with GWT and make then GWT-serializable
2015-04-02 16:42:10 +02:00
Axel Uhl
bbc2796d59
renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication
2014-11-07 21:47:57 +01:00
Axel Uhl
69de0f2d76
upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly
2014-10-01 15:00:44 +02:00
Axel Uhl
161d823dee
updated project compliance settings to JavaSE-1.8
2014-10-01 14:44:22 +02:00
Axel Uhl
e9130d38f3
upgraded classpaths to JavaSE-1.8
2014-10-01 14:16:18 +02:00
Axel Uhl
7ece44052d
upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment
2014-10-01 14:08:19 +02:00
Axel Uhl
baae57d3e1
NMEA test had 0/0 SOG/COG and was affected by the patch fixing the TracTrac 0/0 SOG/COG issue;
...
this led to a follow-up issue in the test readWindVaneNmeaIntoWindTrack because the speed inferred
was less than 0.01kts; I now lowered the threshold below which the bearing confidence goes to 0 to
0.001 (from 0.01), making this test case pass again
2014-06-03 20:33:55 +02:00
Axel Uhl
cb9354b1a0
moved Util from com.sap.sailing.common to com.sap.sse.common
2014-06-02 23:57:16 +02:00
Axel Uhl
c4cea6660d
introduced com.sap.sse.common.Util as superclass of com.sap.sailing.common.Util and added com.sap.sse.common to the required bundles of all users of com.sap.sailing.common.Util
2014-06-02 23:17:49 +02:00
Axel Uhl
f1fa1d74f6
moved a few more distance and speed types to domain.common and fixed a grave bug in MeterPerSecondSpeed; added test for improved outlier filtering
2013-08-14 18:00:45 +02:00
Armin Zamani
b501d1ca6f
Merge branch 'racecommittee_integrated' of
...
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated
Conflicts:
java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Jens Rommel
08429d5a92
Turn test bundles to fragments.
...
- Builds with maven, except know local issue with selenium tests on my machine (due to Selenium/Firefox version mismatch)
- domain.test not suitable for a test fragment, since it contains larger parts of integration-tests using many different down-stream bundles.
2013-01-21 15:58:13 +01:00
Axel Uhl
c2a14de734
removed CR (carriage return) characters from windvane.nmea test file
2013-01-14 13:22:45 +01:00
Axel Uhl
3275cce985
deleted more files from bin/ accidentally checked in
2013-01-08 20:24:55 +01:00
Axel Uhl
1897c27cb0
fixed bug 1129 (advantage line noe drawn if tails disabled); fixed ReadWindVaneDataTest verdict
2013-01-08 16:57:58 +01:00