diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index aa5b137413d3..d6213692405d 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include @@ -214,13 +215,8 @@ void Test::testKeyFetch() s); } { - auto const v = getKey( - "/org.openoffice.Office.Embedding", - "MimeTypeClassIDRelations/['application/vnd.sun.xml.report.chart']"); - OUString s; - CPPUNIT_ASSERT(v >>= s); - CPPUNIT_ASSERT_EQUAL(OUString("80243D39-6741-46C5-926E-069164FF87BB"), s); - // cf. officecfg/registry/data/org/openoffice/Office/Embedding.xcu + auto const v = getKey("/org.openoffice.System", "L10N/['Locale']"); + CPPUNIT_ASSERT_EQUAL(cppu::UnoType::get(), v.getValueType()); } }