Unused
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@829397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96dea6c4f6
commit
2f941fb8d6
|
@ -28,7 +28,6 @@ import java.io.IOException;
|
||||||
public class LookupTranslatorTest extends TestCase {
|
public class LookupTranslatorTest extends TestCase {
|
||||||
|
|
||||||
public void testBasicLookup() throws IOException {
|
public void testBasicLookup() throws IOException {
|
||||||
String input = "one";
|
|
||||||
LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } });
|
LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } });
|
||||||
StringWriter out = new StringWriter();
|
StringWriter out = new StringWriter();
|
||||||
int result = lt.translate("one", 0, out);
|
int result = lt.translate("one", 0, out);
|
||||||
|
|
Loading…
Reference in New Issue