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