diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
| commit | f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3 (patch) | |
| tree | 811888e38c42b8101095cfc166a5c37f6b8c1ebe /tests/res/values | |
| parent | 853d0fecf124a3278f4ae41f8e905e7b87b782b9 (diff) | |
| download | cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.zip cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.gz cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.bz2 | |
Reorganize tests to include them in the main repository
Diffstat (limited to 'tests/res/values')
| -rw-r--r-- | tests/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/res/values/strings.xml b/tests/res/values/strings.xml new file mode 100644 index 0000000..e652c81 --- /dev/null +++ b/tests/res/values/strings.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="hello">Hello World!</string> + <string name="app_name">cgeo-osTest</string> +</resources> |
