ObjFW  View Ticket

Ticket UUID: 3e6dc8e38109cd1c9a63982891f814c68df5bf38
Title: Tests for OFFileIRIHandler
Status: Fixed Type: Enhancement
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2024-03-17 09:45:04
Version Found In: Milestone: 1.1
User Comments:
js added on 2020-12-22 00:55:07: (text/x-markdown)
`OFFileURLHandler` contains a lot of operating system-specific code. If this breaks, this becomes hard to notice, as there are no tests for this. Come up with a way to test this - e.g. by creating a certain file structure in the `Makefile` and then verifying it from the tests.

js added on 2023-04-10 14:48:02: (text/x-markdown)
Not a blocker for 1.0.

js added on 2024-03-17 09:45:04: (text/x-markdown)
Implemented via [](ccace0f0e0), [](897aa8244d), [](150b8f07af) & [](23b9666b71).