Skip to content

Commit 992ff07

Browse files
committed
Cleanup
1 parent 553a6ac commit 992ff07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unicodetools/src/test/java/org/unicode/unittest/TestUrl.java renamed to unicodetools/src/test/java/org/unicode/unittest/LinkUtilitiesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
import org.unicode.utilities.LinkUtilities.Part;
3838

3939
/** The following is very temporary, just during the spec development. */
40-
public class TestUrl extends TestFmwk {
40+
public class LinkUtilitiesTest extends TestFmwk {
4141

4242
private static final Joiner JOIN_SEMI_TAB = Joiner.on(";\t");
4343
public static final char LINKIFY_START = '⸠';
4444
public static final char LINKIFY_END = '⸡';
4545

4646
public static void main(String[] args) {
47-
new TestUrl().run(args);
47+
new LinkUtilitiesTest().run(args);
4848
}
4949

5050
static final List<String> TEST_DETECTION_CASES = new ArrayList<>();

0 commit comments

Comments
 (0)