mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
Base64Decoder drops 0x0d characters on windows
SF #605 Base64Decoder drops 0x0d characters on windows
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
void testEncoder();
|
||||
void testDecoder();
|
||||
void testEncodeDecode();
|
||||
void testDecodeCR();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user