From a4e28c7be80eff08c5931f82b34425ab07ec0177 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 2 Apr 2014 05:51:59 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@7131 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/InetCode/InetCode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="); }