diff --git a/upptst/InetCode/InetCode.cpp b/upptst/InetCode/InetCode.cpp index 7a8d28f1b..b261a8226 100644 --- a/upptst/InetCode/InetCode.cpp +++ b/upptst/InetCode/InetCode.cpp @@ -4,5 +4,5 @@ using namespace Upp; CONSOLE_APP_MAIN { - ASSERT(DecodeQuotedPrintable("=3DTest=\r\n=3D") == "Test"); + ASSERT(QPDecode("=3DTest=\r\n=3D") == "=Test="); }