aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/speech/TextFactoryTest.java
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-07-09 22:50:17 +0200
committerrsudev <rasch@munin-soft.de>2013-07-09 22:50:17 +0200
commita67a71abad9d318116c847f344b50532987babb7 (patch)
tree7279fc3085a2c75794cefe6ea14b0c1810e7f9f9 /tests/src/cgeo/geocaching/speech/TextFactoryTest.java
parent1f8a55734139a00e2c10eaa5d55bcfbd1673201e (diff)
downloadcgeo-a67a71abad9d318116c847f344b50532987babb7.zip
cgeo-a67a71abad9d318116c847f344b50532987babb7.tar.gz
cgeo-a67a71abad9d318116c847f344b50532987babb7.tar.bz2
Remove old SettingsActivity, rename new SettingsActivity
Diffstat (limited to 'tests/src/cgeo/geocaching/speech/TextFactoryTest.java')
-rw-r--r--tests/src/cgeo/geocaching/speech/TextFactoryTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/speech/TextFactoryTest.java b/tests/src/cgeo/geocaching/speech/TextFactoryTest.java
index dc36e07..864757b 100644
--- a/tests/src/cgeo/geocaching/speech/TextFactoryTest.java
+++ b/tests/src/cgeo/geocaching/speech/TextFactoryTest.java
@@ -3,6 +3,7 @@ package cgeo.geocaching.speech;
import cgeo.geocaching.cgeoapplication;
import cgeo.geocaching.geopoint.Geopoint;
import cgeo.geocaching.settings.Settings;
+import cgeo.geocaching.settings.TestSettings;
import android.content.res.Configuration;
import android.content.res.Resources;
@@ -152,6 +153,6 @@ public class TextFactoryTest extends AndroidTestCase {
resources.updateConfiguration(config, resources.getDisplayMetrics());
Locale.setDefault(locale2);
- Settings.setUseImperialUnits(!metric);
+ TestSettings.setUseImperialUnits(!metric);
}
}