1 package org.meshcms.util;2 3 import junit.framework.*;4 import org.meshcms.util.FileNameComparator;5 6 public class FileNameComparatorTest extends TestCase {7 FileNameComparator fileNameComparator;8 9 public void testCompare() throws Exception {10 fail("Test is not implemented");11 }12 }