pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.33k stars 2.15k forks source link

Unit tests: optional testing of deprecated functionality #4425

Closed aleks-f closed 8 months ago

aleks-f commented 8 months ago

All the deprecated functions in tests should be replaced by the new versions.

obiltschnig commented 8 months ago

The point in the test suite actually was to also test the deprecated functions. Which makes sense, IMO. Maybe we could wrap the tests of deprecated functions in an #ifdef, and disable by default.