Revision 2427dc8...
Go back to digest for 11th August 2013Features in KDE Base
Vishesh Handa committed changes in [nepomuk-core/KDE/4.11] /:
Backup Statement Generator: statements without a datatype can be valid
In Nepomuk the nao:description is stored as an rdfs literal, which means
it doesn't have a datatype, but is supposed to have a language tag.
Since we don't store the language tag, it is just stored as a string.
This used to be considered invalid by the statement generator and
therefore the nao:description (dolphin comments) was never backed up
even though it was requested.
Also added unit test
REVIEW: 111947
File Changes
Modified 2 files
- autotests/test/backuptests.cpp
- services/storage/backup/statementgenerator.cpp
2 files changed in total