diff options
Diffstat (limited to 'lib/kofficecore/tests/koxmlreadertest.cpp')
-rw-r--r-- | lib/kofficecore/tests/koxmlreadertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/tests/koxmlreadertest.cpp b/lib/kofficecore/tests/koxmlreadertest.cpp index f8e6ed895..aec06faec 100644 --- a/lib/kofficecore/tests/koxmlreadertest.cpp +++ b/lib/kofficecore/tests/koxmlreadertest.cpp @@ -606,7 +606,7 @@ void testDocument() xmlstream << "<koffice>"; xmlstream << " <kword/>\n"; xmlstream << " <kpresenter/>\n"; - xmlstream << " <krita/>\n"; + xmlstream << " <chalk/>\n"; xmlstream << "</koffice>"; KoXmlDocument doc; |