diff options
author | 2013-07-23 18:28:45 +0900 | |
---|---|---|
committer | 2013-07-23 19:29:33 +0900 | |
commit | b80cc628ff793b51ccc443708d97c34f385e7841 (patch) | |
tree | 5f8a272e4e71ab54ebcf12accd643b6dbb96cf9c /tests/res | |
parent | 62f3b4e9c9d896d2026ebf363aeefce36116baac (diff) | |
download | latinime-b80cc628ff793b51ccc443708d97c34f385e7841.tar.gz latinime-b80cc628ff793b51ccc443708d97c34f385e7841.tar.xz latinime-b80cc628ff793b51ccc443708d97c34f385e7841.zip |
Fix KeySpecParserSplitTests
Change-Id: Icf4525c735cda0330a3bd0f9628165ec722b64a8
Diffstat (limited to 'tests/res')
-rw-r--r-- | tests/res/raw/dummy_resource_for_testing.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/res/raw/dummy_resource_for_testing.txt b/tests/res/raw/dummy_resource_for_testing.txt new file mode 100644 index 000000000..05da86b8f --- /dev/null +++ b/tests/res/raw/dummy_resource_for_testing.txt @@ -0,0 +1,3 @@ +/* This dummy raw resource is needed to be able to load string resources from a test APK + * successfully. (See {@link KeySpecParserSplitTests#setUp()}. + */ |