Subversion Repository Public Repository

litesoft

Diff Revisions 941 vs 942 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/util/NewerByTest.java

Diff revisions: vs.
  @@ -1,6 +1,8 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.util;
3 3
4 + import org.litesoft.commonfoundation.base.*;
5 +
4 6 import junit.framework.*;
5 7
6 8 public class NewerByTest extends TestCase