diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-12 13:50:52 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-12 15:09:30 +0100 |
commit | fbc3965dc117967d2b5f51aa3902823da7c69d12 (patch) | |
tree | 7c353937f30c1af0d206e356140eb6e0364b9df2 /desktop/qa | |
parent | f9dfd0129ce0b0e21e3f57488ff513794dbbaae5 (diff) |
lok: send list of commands instead of ClearStyles
We currently send just one command, but this could be expanded
server side in future.
Change-Id: Id8f14196158f3a7fe9c54595d094603efd5e2ce3
Diffstat (limited to 'desktop/qa')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 2351c7bff79b..21e177a490a6 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -192,7 +192,7 @@ void DesktopLOKTest::testGetStyles() rPair.first != "NumberingStyles" && rPair.first != "CellStyles" && rPair.first != "ShapeStyles" && - rPair.first != "ClearStyle") + rPair.first != "Commands") { CPPUNIT_FAIL("Unknown style family: " + rPair.first); } |