[Libreoffice-commits] online.git: test/httpwstest.cpp
Pranav Kant
pranavk at collabora.co.uk
Sat Feb 4 17:08:23 UTC 2017
test/httpwstest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 53bdbce4c16b47085044b1b2c9eb6fa389018118
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Sat Feb 4 22:33:35 2017 +0530
Disable these tiled comment rendering related tests
We have enabled LOK_FEATURE_NO_TILED_ANNOTATIONS flag already
in Kit.cpp, which means these tests, which assume comments are
rendered as tiles, are no longer relevant, so lets disable them
for now. Surely sometime in future they would completely be
removed and replaced by new tests that assume comments are *not*
rendered in tiles and rather are added/modified/removed by using
comments API. See LOK_CALLBACK_COMMENT for details.
Change-Id: I48b7a0a0aa116d164a3654618ab0e95252d29cf3
diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index f076950..09803ef 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -85,8 +85,8 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
CPPUNIT_TEST(testInactiveClient);
CPPUNIT_TEST(testMaxColumn);
CPPUNIT_TEST(testMaxRow);
- CPPUNIT_TEST(testInsertAnnotationWriter);
- CPPUNIT_TEST(testEditAnnotationWriter);
+// CPPUNIT_TEST(testInsertAnnotationWriter);
+// CPPUNIT_TEST(testEditAnnotationWriter);
CPPUNIT_TEST(testInsertAnnotationCalc);
CPPUNIT_TEST(testCalcEditRendering);
CPPUNIT_TEST(testFontList);
More information about the Libreoffice-commits
mailing list