Subversion Repository Public Repository

litesoft

Diff Revisions 938 vs 939 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/util/text/CodedTextAccessorTest.java

Diff revisions: vs.
  @@ -1,12 +1,13 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.util.text;
3 3
4 + import org.litesoft.commonfoundation.typeutils.*;
5 +
4 6 import java.util.*;
5 7
6 8 import junit.framework.*;
7 9
8 10 import org.litesoft.core.simpletypes.*;
9 - import org.litesoft.core.typeutils.*;
10 11
11 12 public class CodedTextAccessorTest extends TestCase
12 13 {