Browse Source

SpeechSynthesisTest: Add tests for Voice.toString.

master
Reece H. Dunn 12 years ago
parent
commit
51da7f2478

+ 1
- 0
android/eSpeakTests/src/com/reecedunn/espeak/test/SpeechSynthesisTest.java View File

@@ -111,6 +111,7 @@ public class SpeechSynthesisTest extends AndroidTestCase
assertThat(voice.locale.getCountry(), is(country));
assertThat(voice.locale.getISO3Country(), is(iso3Country));
assertThat(voice.locale.getVariant(), is(variant));
assertThat(voice.toString(), is(name));
}

public void testConstruction()

Loading…
Cancel
Save