summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-04 11:30:09 +0300
committerTor Lillqvist <tml@collabora.com>2020-09-04 11:07:01 +0200
commitddbabe1c09f4863865983cc93321b5e24b1d18bb (patch)
tree7f941ac388bb839a04fd33d58f0635459dda6923 /libreofficekit
parent0dba806b93905d05a6d068374e97850adaca7afb (diff)
Remove an odd CPPUNIT_ASSERT(0)
The unit test that code is in isn't even run currently (commented out in Module_libreofficekit.mk), so no harm in not making it fail intentionally. (The commit message of the commit that added the test with the intentionally always failing assertion does not tell what the idea was.) Change-Id: I93407723ce10c77366e6f7f96df93d86f214f497 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102029 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index d0c128fb3a34..ee935cf82cdb 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -447,7 +447,6 @@ void TiledRenderingTest::testMultiKeyInput(Office *pOffice)
// get track changes ?
char *values = pDocument->getCommandValues(".uno:AcceptTrackedChanges");
std::cerr << "Values: '" << values << "'\n";
- CPPUNIT_ASSERT(0);
}
CPPUNIT_TEST_SUITE_REGISTRATION(TiledRenderingTest);