diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-01 20:21:36 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-01 20:21:36 +0200 |
| commit | 27ecffe22106c6b6ed39d59a2bf9713d275043ae (patch) | |
| tree | 312f013553aeb068bd523c9079f314defba1169f /tests | |
| parent | e9712f0056751082b3b23ba3d2230144cdba32c0 (diff) | |
| download | cgeo-27ecffe22106c6b6ed39d59a2bf9713d275043ae.zip cgeo-27ecffe22106c6b6ed39d59a2bf9713d275043ae.tar.gz cgeo-27ecffe22106c6b6ed39d59a2bf9713d275043ae.tar.bz2 | |
refactoring: clean up test project name
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/build.xml | 2 | ||||
| -rw-r--r-- | tests/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/build.xml b/tests/build.xml index 2afa27b..3c64097 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<project name="cgeo-os-test" default="help">
+<project name="cgeo-test" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
diff --git a/tests/res/values/strings.xml b/tests/res/values/strings.xml index a5d086f..debba42 100644 --- a/tests/res/values/strings.xml +++ b/tests/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">cgeo-osTest</string> + <string name="app_name">c:geo tests</string> </resources> |
