File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
unicodetools/src/test/java/org/unicode/text/UCD Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010import org .junit .jupiter .api .BeforeEach ;
1111import org .junit .jupiter .api .Test ;
1212import org .unicode .props .IndexUnicodeProperties ;
13- import org .unicode .props .UcdProperty ;
13+ import org .unicode .props .UnicodeProperty ;
1414
1515/**
1616 * Notice to the maintainer: These tests check that the UnicodeSet property queries are correctly
@@ -26,11 +26,13 @@ void setUp() {
2626 oldDefault = UnicodeSet .getDefaultXSymbolTable ();
2727 System .err .println ("Setting default XSymbolTable to VersionedSymbolTable.forDevelopment…" );
2828 UnicodeSet .setDefaultXSymbolTable (VersionedSymbolTable .forDevelopment ());
29+ UnicodeProperty .ResetCacheProperties ();
2930 }
3031
3132 @ AfterEach
3233 void tearDown () {
3334 UnicodeSet .setDefaultXSymbolTable (oldDefault );
35+ UnicodeProperty .ResetCacheProperties ();
3436 System .err .println ("Restored default XSymbolTable." );
3537 }
3638
You can’t perform that action at this time.
0 commit comments