[haiku-commits] haiku: hrev53425 - src/tests/system/libroot/posix

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 30 Aug 2019 10:25:23 -0400 (EDT)

hrev53425 adds 1 changeset to branch 'master'
old head: 2995019e04bbcecc65b7c718bef72e0f9b615ae7
new head: 979676fb4e7d8b9259dc66a59e1342c61432ae8f
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=979676fb4e7d+%5E2995019e04bb

----------------------------------------------------------------------------

979676fb4e7d: wcs_test.cpp: Fix invalid unicode strings
  
  Signed-off-by: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
  Change-Id: Ic09c229a1ee857e466ededbaa05fdd948c009fcd
  Reviewed-on: https://review.haiku-os.org/c/haiku/+/1795
  Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>

                                   [ Jaroslaw Pelczar <jarek@xxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53425
Commit:      979676fb4e7d8b9259dc66a59e1342c61432ae8f
URL:         https://git.haiku-os.org/haiku/commit/?id=979676fb4e7d
Author:      Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Date:        Wed Aug 28 15:45:08 2019 UTC
Committer:   waddlesplash <waddlesplash@xxxxxxxxx>
Commit-Date: Fri Aug 30 14:25:20 2019 UTC

----------------------------------------------------------------------------

1 file changed, 5 insertions(+), 5 deletions(-)
src/tests/system/libroot/posix/wcs_test.cpp | 10 +++++-----

----------------------------------------------------------------------------

diff --git a/src/tests/system/libroot/posix/wcs_test.cpp 
b/src/tests/system/libroot/posix/wcs_test.cpp
index 75ecd3bed5..22b90e473c 100644
--- a/src/tests/system/libroot/posix/wcs_test.cpp
+++ b/src/tests/system/libroot/posix/wcs_test.cpp
@@ -2494,11 +2494,11 @@ test_collation()
                { L"tBst", L"t\xE4st", 1, 0 },
                { L"taest", L"t\xE6st", -1, 0 },
                { L"tafst", L"t\xE6st", 1, 0 },
-               { L"taa", L"t\xE4"L"a", -1, 0 },
-               { L"tab", L"t\xE4"L"b", -1, 0 },
-               { L"tad", L"t\xE4"L"d", -1, 0 },
-               { L"tae", L"t\xE4"L"e", -1, 0 },
-               { L"taf", L"t\xE4"L"f", -1, 0 },
+               { L"taa", L"t\xE4" L"a", -1, 0 },
+               { L"tab", L"t\xE4" L"b", -1, 0 },
+               { L"tad", L"t\xE4" L"d", -1, 0 },
+               { L"tae", L"t\xE4" L"e", -1, 0 },
+               { L"taf", L"t\xE4" L"f", -1, 0 },
                { L"cote", L"cot\xE9", -1, 0 },
                { L"cot\xE9", L"c\xF4te", -1, 0 },
                { L"c\xF4te", L"c\xF4t\xE9", -1, 0 },


Other related posts:

  • » [haiku-commits] haiku: hrev53425 - src/tests/system/libroot/posix - waddlesplash