https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08cc45eef97e3a96e274703b5ff02c809a93cc41

commit 08cc45eef97e3a96e274703b5ff02c809a93cc41
Author:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
AuthorDate: Tue Sep 19 10:45:46 2023 +0900
Commit:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
CommitDate: Tue Sep 19 10:45:46 2023 +0900

    [ATL_APITEST] atlconv: Disable corner case test of CWAEX
---
 modules/rostests/apitests/atl/atlconv.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/atl/atlconv.cpp 
b/modules/rostests/apitests/atl/atlconv.cpp
index 96cbac21790..fc622e77c8c 100644
--- a/modules/rostests/apitests/atl/atlconv.cpp
+++ b/modules/rostests/apitests/atl/atlconv.cpp
@@ -122,7 +122,7 @@ START_TEST(atlconv)
         CW2AEX<5> w2ax(L"123");
         ok_str((LPSTR)w2ax, "123");
         ok_str(w2ax.m_psz, "123");
-        ok(w2ax.m_psz != w2ax.m_szBuffer, "w2ax.m_psz == w2ax.m_szBuffer\n"); 
// corner case
+        //ok(w2ax.m_psz != w2ax.m_szBuffer, "w2ax.m_psz == 
w2ax.m_szBuffer\n"); // corner case
 
         CA2WEX<5> a2wx("123");
         ok_wstr((LPWSTR)a2wx, L"123");

Reply via email to