Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,12 +1,12 @@
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 - import org.litesoft.core.typeutils.*;
9 -
10 10 public class CodedTextParserTest extends TestCase
11 11 {
12 12 public static TestSuite suite()