sw/qa/extras/uiwriter/uiwriter8.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 8580cf5d03d8e5dbe450ca503aefb6822f797a74
Author:     Mike Kaganski <[email protected]>
AuthorDate: Mon Feb 2 10:21:44 2026 +0100
Commit:     Mike Kaganski <[email protected]>
CommitDate: Mon Feb 2 11:54:06 2026 +0100

    This test is now expected to work independent of DPI
    
    After commit fb52efb4aecaf5034c2ef84c185e3d7a6ca8c416 (tdf#163194: Make
    width of comments in margin fixed on print / PDF export, 2026-01-31),
    which made explicit changes to make width of comments in margins stable
    regardless of DPI, this test should produce consistent results. At least
    that is the hope :-)
    
    Change-Id: I4aff11c53e42e05cc2acbef150a1c9220633262e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198519
    Reviewed-by: Mike Kaganski <[email protected]>
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx 
b/sw/qa/extras/uiwriter/uiwriter8.cxx
index 4fd3027301c8..8d3529910b33 100644
--- a/sw/qa/extras/uiwriter/uiwriter8.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter8.cxx
@@ -804,10 +804,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf95239)
 
 CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf152575)
 {
-    // FIXME: the DPI check should be removed when either (1) the test is 
fixed to work with
-    // non-default DPI; or (2) unit tests on Windows are made to use svp VCL 
plugin.
-    if (!IsDefaultDPI())
-        return;
     std::shared_ptr<vcl::pdf::PDFium> pPDFium = vcl::pdf::PDFiumLibrary::get();
     if (!pPDFium)
         return;

Reply via email to