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
617400dc50
bug6135: fixed compile issues after latest refactoring
2025-07-03 15:27:15 +02:00
Axel Uhl
be3c92c1ee
Merge branch 'main' into bug6135
2025-06-30 17:20:28 +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
Axel Uhl
aa76cd86c7
bug6105: fixed compile error in test case after refactoring
2025-05-05 18:17:21 +02:00
Axel Uhl
3f62b48345
bug6105: define MediaMenuIcon as a widget using UIBinder
2025-05-05 15:31:44 +02:00
Axel Uhl
139fdd05e5
bug6105: showing takedown notice dialog, sending e-mail
2025-04-29 18:18:09 +02:00
Axel Uhl
6bb52e01f3
bug6105: added test bundle's resources/ folder to build.properties
2025-04-25 08:48:44 +02:00
Axel Uhl
aeac9266b2
bug6105: started by adding TakedownNoticeRequestContext and corresponding i18n handling
2025-04-24 18:40:31 +02:00
Axel Uhl
ceee19a84b
bug6104: added logging for GermanKeyboardTest to understand what's going wrong
2025-03-25 19:37:01 +01:00
Axel Uhl
8b83eca521
bug6104: explicitly set encoring for GermanKeyboardTest to UTF-8
2025-03-25 17:21:59 +01:00
Axel Uhl
acc3425c65
bug6104: added German keyboard definition for password complexity analysis
2025-03-24 23:06:27 +01:00
Axel Uhl
62139edbce
bug6101: consolidate CORS filters and factor out common CORS header handling;
...
use CORSHeader instead of response filter in com.sap.sailing.server.gateway
consistently across Jersey and non-Jersey servlets provided by the bundle;
as drive-by improvement, fix the sap.ico/sap-whitelabeled.ico paths in the page
header of /index.html and provide an empty sap-whitelabeled.ico file.
2025-03-13 01:20:50 +01:00
Axel Uhl
9e69f505dc
bug6101: more tests for configurable CORSFilter
2025-03-12 09:48:12 +01:00
Axel Uhl
4a9239d298
bug6101: more tests
2025-03-12 09:45:25 +01:00
Axel Uhl
beee1721ea
bug6101: first steps towards a configurable CORSFilter
2025-03-11 18:34:26 +01:00
Axel Uhl
2b465785d7
implemented tests for pseudo-problematic regexps in SailWave HTML parser
2025-02-27 10:21:42 +01:00
Axel Uhl
da578969a8
clean up Expedition parsing regexp;
...
see https://github.com/SAP/sailing-analytics/security/code-scanning/114
2025-01-30 15:33:28 +01:00
Axel Uhl
1630c43824
bug6088: interims commit, fixing [] handling in permissions first
2025-01-23 18:02:45 +01:00
Axel Uhl
2eb452c2ce
bug6062: DFS issue solved; cycles are now detected properly
2024-10-20 14:01:14 +02:00
Axel Uhl
b8d34990d4
bug6062: adding tests for graph cycle detection
2024-10-19 19:32:47 +02:00
Axel Uhl
e5473c7e82
bug6057: implemented a yet untested connection handling with message streaming to SensorFixStore
2024-09-17 18:17:29 +02:00
Axel Uhl
fe31842815
bug5955: a first tentative integration of CPUMeter with Leaderboard; REST API
2024-02-01 10:55:51 +01: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
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