[Libreoffice-commits] core.git: sw/qa

Varun Dhall varun.dhall at studentpartner.com
Mon Feb 29 16:14:22 UTC 2016


 sw/qa/extras/uiwriter/uiwriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12f8d5b2d5ea76b2755cb6fe05f28928aedd148c
Author: Varun Dhall <varun.dhall at studentpartner.com>
Date:   Thu Feb 25 23:10:50 2016 +0530

    Updated search flag for testSearchWithTransliterate
    
    Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5
    Reviewed-on: https://gerrit.libreoffice.org/22702
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index c2c04c4..20f0957 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1824,7 +1824,7 @@ void SwUiWriterTest::testSearchWithTransliterate()
     pDoc->getIDocumentContentOperations().InsertString(aPaM,"This is Other PARAGRAPH");
     css::util::SearchOptions2 SearchOpt;
     SearchOpt.algorithmType = css::util::SearchAlgorithms_ABSOLUTE;
-    SearchOpt.searchFlag = 0x00000001;
+    SearchOpt.searchFlag = css::util::SearchFlags::ALL_IGNORE_CASE;
     SearchOpt.searchString = "other";
     SearchOpt.replaceString.clear();
     SearchOpt.changedChars = 0;


More information about the Libreoffice-commits mailing list