diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-09-04 11:30:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-09-04 13:10:33 +0200 |
commit | 052cf89f2fc3f32150d0f6dbcbc859a127fa595b (patch) | |
tree | 6f7d02232b4f9a13c5359eb79ff82cf6d1e447c1 /libreofficekit/qa | |
parent | 6b2eff7d69c6e14d89dd33eaa58c01d82c541266 (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/+/102030
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'libreofficekit/qa')
-rw-r--r-- | libreofficekit/qa/unit/tiledrendering.cxx | 1 |
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); |