[Libreoffice-commits] core.git: sw/qa
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 20 13:10:18 UTC 2020
sw/qa/api/SwXTextField.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b1e9ab0dd38c76413b46111d5bdbc837099b8f69
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Mar 20 12:11:03 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Mar 20 14:09:55 2020 +0100
Remove commented-out code
...that had been commented out ever since the code's introduction in
e18359445fabad9ba1a704600e9ee327112cc6ae "[API CHANGE] SwXTextField: no more
SwModify/SwClient". (Maybe it was meant as a way to clean up after other tests,
cf. 20ed81fd42cf8079c11c2b18973b9504a679e49c "Make individual tests clean up
after themselves" and d833ab988bab6ca1a239c045eb236cafddda0e73 "Extract
testDisposedByDesktopTerminate from CppunitTest_sw_apitests".)
Change-Id: I3d2b2bbf2df793ac6c9e16c6349dd872df077ccd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90780
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/qa/api/SwXTextField.cxx b/sw/qa/api/SwXTextField.cxx
index 8273795a16f7..272e0b9f7448 100644
--- a/sw/qa/api/SwXTextField.cxx
+++ b/sw/qa/api/SwXTextField.cxx
@@ -48,7 +48,6 @@ struct SwXTextField final : public test::BootstrapFixture,
CPPUNIT_TEST_SUITE(SwXTextField);
CPPUNIT_TEST(testAddEventListener);
CPPUNIT_TEST(testRemoveEventListener);
- //CPPUNIT_TEST(testDisposedByDesktopTerminate);
CPPUNIT_TEST_SUITE_END();
private:
More information about the Libreoffice-commits
mailing list