@Test public void testLength1Strings() throws Exception
{
int length = 1;
FixedSizeWriteableFactory<Text> factory = new FixedSizeTextFactory(length);
String[] testStrings = {
"a", "z", "-", "(", ".", ")", "/", "\\",
"\u0290",
makeStringOfLength('\u0290', 1),