984e1064 Aug 4, 2025, 8:37:47 PM (UTC)
Emre T.
A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.
Test Suite
35 % complete
Suggestions
-
Revise incorrect test
TextFormatterTest.testCasualFormatting. The test failed on line 24 when run against a reference implementation:AssertionFailedError: expected: <Am 24. Juni '24 beginnt es um 9 Uhr und endet um 14 Uhr 30.> but was: <Am 24. Juni '24 beginnt es um 9 Uhr und endet um 14 Uhr 30> -
Revise incorrect test
TextFormatterTest.testFormalFormatting. The test failed on line 15 when run against a reference implementation:AssertionFailedError: expected: <Am 24.06.2024 beginnt es um 09:00 und endet um 14:30.> but was: <Am 24.06.2024 beginnt es um 09:00 und endet um 14:30> -
Testen, dass
FormalDateTimeFormatein Datum auch dann korrekt formatiert, wenn das Jahr weniger als vier Ziffern hat. -
Testen, dass das Resultat von
CasualDateTimeFormat.formatDateden korrekten Monatsnamen enthält. The test suite already does this partially, but it only detects 4 out of 13 possible bugs in this regard. -
Testen, dass
CasualDateTimeFormatein «normales» Datum (in der Jahren 2000 – 2099) korrekt formatiert. The test suite already does this partially, but it only detects 9 out of 11 possible bugs in this regard.
Implementation
23 % complete
4 / 6 Tests
- CasualDateTimeFormatTest.testFormatDate: Passed
- CasualDateTimeFormatTest.testFormatTime: Passed
- FormalDateTimeFormatTest.testFormatDate: Passed
- FormalDateTimeFormatTest.testFormatTime: Passed
- TextFormatterTest.testCasualFormatting: Failed
- TextFormatterTest.testFormalFormatting: Failed
Other Submissions
-
4aef195d
Aug 22, 2025, 12:15:39 PM (UTC)
- 87bb79ae Aug 4, 2025, 8:49:22 PM (UTC) Error
- 0be429ef Aug 4, 2025, 8:47:36 PM (UTC) Error
-
bf9050c6
Aug 4, 2025, 8:44:31 PM (UTC)
-
984e1064
Aug 4, 2025, 8:37:47 PM (UTC)
-
e048b7f9
Aug 4, 2025, 8:37:30 PM (UTC)
-
aed738ef
Aug 4, 2025, 7:52:01 PM (UTC)
-
4a10a95e
Aug 4, 2025, 7:49:01 PM (UTC)