wxWidgets/tests/filename
Vadim Zeitlin 35d08e6a87 Don't corrupt UNC paths when normalizing with wxPATH_NORM_LONG
After the fixes to UNC paths handling, Normalize(wxPATH_NORM_LONG)
started adding an extra colon after the UNC paths.

Fix this by using wxGetVolumeString() instead of constructing this thing
manually and add a unit test checking for this.

Closes #22275.
2022-04-15 00:32:35 +01:00
..
filenametest.cpp Don't corrupt UNC paths when normalizing with wxPATH_NORM_LONG 2022-04-15 00:32:35 +01:00