Axel Uhl
4bec4cba68
bug5730: failing test case for resource bundle placeholder replacement in multi-line strings
2023-03-01 00:30:03 +01:00
Axel Uhl
6483f42166
bug5127: added test case for double underscore in JSON string
2023-01-30 14:17:12 +01:00
Axel Uhl
141af431f6
bug5627: introduced IPAddressUtil plus test to shorten replica look-up
2023-01-03 18:07:52 +01:00
Axel Uhl
e022ae7017
Merge remote-tracking branch 'origin/master'
2022-12-29 14:51:41 +01:00
Axel Uhl
8a8a6a6f2b
removing ThreadPoolWithThreadLocalsTest;
...
it was useful as long as our specialized thread pools were trying to
copy inheritable thread locals to pool threads; since we removed this
functionality, this test is no longer needed
2022-12-23 01:15:01 +01:00
Axel Uhl
a64859c9c8
renamed EnumSetSerializationTest to EnumMapSerializationTest
2022-12-22 17:02:00 +01:00
Axel Uhl
43623e7de5
renamed EnumSetSerializationTest to EnumMapSerializationTest
2022-12-22 17:01:16 +01:00
Axel Uhl
726ddf43f9
added EnumMapUtil to determine the key type also from an empty EnumMap
2022-12-22 09:36:36 +01:00
Axel Uhl
d991062a29
removed obsolete System.println
2022-12-22 01:41:20 +01:00
Axel Uhl
cbb3dfe88c
added an example as test case for extracting the key type from an EnumMap
2022-12-22 01:26:41 +01:00
Axel Uhl
57871ee872
docker-17: generalized Java version check in ImageConverterTest
2022-12-21 00:31:50 +01:00
Axel Uhl
5d8a57cb67
bug5792: further aligned manifests, .classpath and settings/preferences
2022-12-14 05:23:00 -08:00
Axel Uhl
24132454b0
bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes)
2022-12-12 07:35:58 -08:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Axel Uhl
7800799e2a
consolidated imports to avoid unused import warning
2022-08-23 13:38:25 +02:00
Axel Uhl
33d7f3df32
bug4821: removed tests that depend on now removed InheritableThreadLocal handling
2022-08-17 14:05:32 +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
1403afa5e8
added JvmMemorySizeSpecTest
2022-05-14 12:32:21 +02:00
Axel Uhl
384eb61ced
bug5724: added locking for the consistent serialization of CourseChangeBasedTrackApproximation instances
2022-05-12 14:20:26 +02:00
Axel Uhl
163a52c333
bug5628: periodically fetching new YB positions (doesn't seem to work yet)
2021-10-23 15:04:26 +02:00
Axel Uhl
5f0f10815c
bug5628: successfully imported competitors from RMSR2021 entry list as CSV
2021-10-22 16:55:03 +02:00
Axel Uhl
890d0d3a1d
bug5643: added a few tests, some of which currently fail and thus document a mismatch between expected and actual behavior
2021-10-14 16:18:47 +02:00
Axel Uhl
fe25757e0a
bug5497: implemented parsing of RedirectDTO objects from redirectPaths
2021-07-16 18:16:26 +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
a606008ac6
Merge branch 'master' into bug5214
2020-12-22 01:11:45 +01:00
Axel Uhl
edc627229f
bug4811: test that multi-instance deployment by default creates a Home-SSL reverse proxy mapping
2020-12-03 23:42:25 +01:00
Axel Uhl
fa8d361dfc
bug4811: a first draft implementation of DeployProcessOnMultiServer using AwsApplicationConfiguration in its builder
2020-12-02 14:27:37 +01:00
Axel Uhl
fd1d8c6fa5
added MAJORY read/write concern when storing a LeaderboardGroup and with it a Leaderboard, reading our own writes
2020-11-06 15:19:12 +01:00
Axel Uhl
d020821a72
bug4811: added logic for load balancer default listeners and corresponding default rules and target groups
2020-10-01 19:05:29 +02:00
Thomas Wiese
9ef8d0aa72
Bug 5214: fixing test failures
2020-07-21 22:20:19 +02:00
Thomas Wiese
863620f7f4
Bug 5214: add test cases to prove that ThreadLocals and
...
InheritableThreadLocals are correctly cleaned (or not if using default
ThreadPoolExecutors) after task execution
2020-07-21 14:56:13 +02:00
Axel Uhl
2b3cfdeb9c
for bug 4597, added already a ForkJoinPoolTest
...
Change-Id: Ibe2dc23b8f94452feee6c22ceb5f362ad4203ac9
2019-09-13 16:59:29 +02:00
Robin Kuck
51b28c03e2
bug4469: renaming regarding boat assignments
2019-02-04 23:28:05 +01:00
Joshua Schulz
e1595e51f1
bug 4469 Fixed test for PL generation
...
increased number of generated PLs in "testAverageQualityForSingleCase"
2019-01-15 18:22:40 +01:00
Robin Kuck
ab27f9f155
Merge remote-tracking branch 'origin/master' into bug4469
...
Conflicts:
java/com.sap.sailing.server/src/com/sap/sailing/server/RacingEventService.java
2019-01-05 14:30:00 +01:00
Axel Uhl
4dd9f10e2c
removed further deprecations by switching imports from junit.* to org.junit
2018-12-10 03:46:28 +01:00
Axel Uhl
5cde3206f3
more Timeout updates to avoid deprecation warnings
2018-12-10 03:15:49 +01:00
Axel Uhl
b33c2343f6
adjusted ImageConverterTest for slightly changed ImageIO output in Java11
...
Change-Id: I63cea9b85e74c0ffa119730e5c66cc05c1e58c9e
2018-11-29 16:35:12 +01:00
Robin Kuck
9e537b9729
bug4469 sort competitors by short name until mapping to pairing list
...
template + formatting and renaming
2018-11-11 14:45:01 +01:00
Robin Kuck
21d9a1261c
Merge remote-tracking branch 'origin/master' into bug4469
2018-11-06 20:42:15 +01:00
RobinFleige
bb01f79048
Added Javadoc, fixed a small bug
2018-09-13 08:01:47 +02:00
RobinFleige
596d3c04a9
Final refactoring
2018-09-12 15:04:20 +02:00
RobinFleige
03599dcfbe
Merge branch 'master' of ssh://sapsailing.com/home/trac/git into bug4656
2018-09-12 09:29:29 +02:00
RobinFleige
578dcbcc23
Added JavaDoc, used CodeFormater on all changes in this branch, some refactoring
2018-09-11 14:34:02 +02:00
Axel Uhl
258975e0f7
added "test case" that calculates stats for pairing list seed sequence generation
...
Change-Id: Iaf5ee758f9e50cf9328408018fb3e81b86bdb08b
2018-09-10 16:35:16 +02:00
RobinFleige
ad1588f9eb
Added JavaDoc
2018-09-10 16:02:30 +02:00
RobinFleige
9604e61c99
RefactoringV3
2018-09-10 11:25:58 +02:00
RobinFleige
f60fee4d42
RefactoringV1
2018-09-05 17:14:29 +02:00
RobinFleige
ac648f2ba3
Fix Test Bug
2018-08-16 13:02:47 +02:00