Files
wxWidgets/tests
Vadim Zeitlin df0bcb1003 Add forgotten support for %T to our own wxDateTime::Format() code
"%T" was only handled when strftime() could be used but not by our own
implementation, resulting in failing to handle it for format string
including both "%T" and one of the specifiers not supported by the
standard function, such as "%l" or several others when using MinGW.

See #26179, #26180.

(cherry picked from commit 3b01ebf5ef)
2026-02-21 21:40:34 +01:00
..
2026-01-01 17:41:46 +01:00
2024-10-13 18:30:20 +03:00
2021-11-20 22:06:28 +01:00
2024-10-13 18:30:20 +03:00
2026-01-01 17:41:46 +01:00
2025-01-31 19:34:20 +01:00
2021-11-12 14:21:41 +01:00
2025-01-31 19:34:20 +01:00

Tests

This directory contains tests for the library and is mostly useful for the library developers. See the samples subdirectory for the examples that are more useful to the application developers using the library.

If you do work on the library itself and would like to modify an existing or add a new test, please see docs/contributing/how-to-write-unit-tests.md for more information.

This file also contains the instructions for running the tests if you'd just like to do it to confirm that the library works correctly.