From c6f247ca31e5d4a9cc9d130cfb0abd5657176303 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Fri, 15 Jul 2011 19:18:59 -0700 Subject: Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c --- tests/BiDiTests/res/values/attrs.xml | 8 ++++++++ tests/BiDiTests/res/values/strings.xml | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 tests/BiDiTests/res/values/attrs.xml (limited to 'tests/BiDiTests/res/values') diff --git a/tests/BiDiTests/res/values/attrs.xml b/tests/BiDiTests/res/values/attrs.xml new file mode 100644 index 0000000..7f8a1d8 --- /dev/null +++ b/tests/BiDiTests/res/values/attrs.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml index bc99e79..1f6be7f 100644 --- a/tests/BiDiTests/res/values/strings.xml +++ b/tests/BiDiTests/res/values/strings.xml @@ -42,5 +42,8 @@ םמab?! abםמ?! םמ?!\nab?!\n?! + Left to right text" + "والحق أن تترك ونص" + "\u0644\u0627" -- cgit v1.1