summaryrefslogtreecommitdiff
path: root/unotools/qa/unit/testGetEnlishSearchName.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/qa/unit/testGetEnlishSearchName.cxx')
-rw-r--r--unotools/qa/unit/testGetEnlishSearchName.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/qa/unit/testGetEnlishSearchName.cxx b/unotools/qa/unit/testGetEnlishSearchName.cxx
index 06ffcef06558..dbc8b173a9f1 100644
--- a/unotools/qa/unit/testGetEnlishSearchName.cxx
+++ b/unotools/qa/unit/testGetEnlishSearchName.cxx
@@ -40,10 +40,10 @@ void Test::testSingleElement()
test1 = GetEnglishSearchFontName( "Symbol " );
CPPUNIT_ASSERT_EQUAL(OUString("symbol"),test1);
//removing Skripts
- test1 = GetEnglishSearchFontName( "Symbol(skript)" );
- CPPUNIT_ASSERT_EQUAL(OUString("symbol"),test1);
+ test1 = GetEnglishSearchFontName( "Symbol(SIP)" );
+ CPPUNIT_ASSERT_EQUAL(OUString("symbol(sip)"),test1);
//remove Whitespaces between
- test1 = GetEnglishSearchFontName( "Symbol (skript)" );
+ test1 = GetEnglishSearchFontName( "Symbol (thai)" );
CPPUNIT_ASSERT_EQUAL( OUString("symbol"),test1);
//remove special characters; leave semicolon, numbers
test1 = GetEnglishSearchFontName( "sy;mb?=ol129" );