diff options
author | Dominik Stadler <centic@apache.org> | 2020-12-30 21:39:56 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-12-30 21:39:56 +0000 |
commit | 6a7003ff4fd66cce810e7c2cfd5bf281293bbe08 (patch) | |
tree | 6ba1d178a2f0ca16c928d77d2681444444145a9e /src/scratchpad/testcases/org/apache/poi/hslf/usermodel | |
parent | 0172ec3d503b8fdca0086dbe6fec3a14f201f6a6 (diff) | |
download | poi-6a7003ff4fd66cce810e7c2cfd5bf281293bbe08.tar.gz poi-6a7003ff4fd66cce810e7c2cfd5bf281293bbe08.zip |
Also replace for JUnit 5 in comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/scratchpad/testcases/org/apache/poi/hslf/usermodel')
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java b/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java index b7f9369925..ca4ee45071 100644 --- a/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java +++ b/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java @@ -51,7 +51,7 @@ import org.junit.jupiter.api.Test; public class TestFontRendering { private static final POIDataSamples slTests = POIDataSamples.getSlideShowInstance(); - // @Ignore2("This fails on some systems because fonts are rendered slightly different") + // @Disabled2("This fails on some systems because fonts are rendered slightly different") @Test public void bug55902mixedFontWithChineseCharacters() throws IOException, FontFormatException { // font files need to be downloaded first via |