From 3611068bc65c8704c7572b563703b541074eba7f Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 24 Jan 2012 11:24:57 +0900 Subject: Move string resources for unit test to donottranslate.xml Bug: 5904617 Change-Id: I2eb677a4dd9686f87fec9f11051775a5c9c670a1 --- tests/res/values/donottranslate.xml | 50 +++++++++++++++++++++++++++++++++++++ tests/res/values/strings.xml | 50 ------------------------------------- 2 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 tests/res/values/donottranslate.xml delete mode 100644 tests/res/values/strings.xml (limited to 'tests/res') diff --git a/tests/res/values/donottranslate.xml b/tests/res/values/donottranslate.xml new file mode 100644 index 000000000..bfd1c1716 --- /dev/null +++ b/tests/res/values/donottranslate.xml @@ -0,0 +1,50 @@ + + + + + "" + "a" + " " + "abc" + " " + "a b c" + " abc" + "abc " + " abc " + "\\a" + "\\," + "\\\\" + "a\\bc" + "\\abc" + "a\\,c" + "\\,bc" + "\\,\\\\bc" + "a\\\\c" + "a,b,c" + " a , b , c " + "abc,def,ghi" + " abc , def , ghi " + "a,\\,,c" + " a , \\, , c " + "\\abc,d\\ef,gh\\i" + " \\abc , d\\ef , gh\\i " + "ab\\\\,d\\\\\\,,g\\,i" + " ab\\\\ , d\\\\\\, , g\\,i " + diff --git a/tests/res/values/strings.xml b/tests/res/values/strings.xml deleted file mode 100644 index bfd1c1716..000000000 --- a/tests/res/values/strings.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - "" - "a" - " " - "abc" - " " - "a b c" - " abc" - "abc " - " abc " - "\\a" - "\\," - "\\\\" - "a\\bc" - "\\abc" - "a\\,c" - "\\,bc" - "\\,\\\\bc" - "a\\\\c" - "a,b,c" - " a , b , c " - "abc,def,ghi" - " abc , def , ghi " - "a,\\,,c" - " a , \\, , c " - "\\abc,d\\ef,gh\\i" - " \\abc , d\\ef , gh\\i " - "ab\\\\,d\\\\\\,,g\\,i" - " ab\\\\ , d\\\\\\, , g\\,i " - -- cgit v1.2.3