git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@829397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-10-24 16:16:42 +00:00
parent 96dea6c4f6
commit 2f941fb8d6
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ import java.io.IOException;
public class LookupTranslatorTest extends TestCase {
public void testBasicLookup() throws IOException {
String input = "one";
LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } });
StringWriter out = new StringWriter();
int result = lt.translate("one", 0, out);