Subversion Repository Public Repository

litesoft

Diff Revisions 941 vs 942 for /trunk/Java/core/Anywhere/tests/org/litesoft/core/simpletypes/temporal/DateFormatTest.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.simpletypes.temporal;
3 3
4 + import org.litesoft.commonfoundation.typeutils.gregorian.*;
5 +
4 6 import junit.framework.*;
5 7
6 8 public class DateFormatTest extends TestCase