[Libreoffice-commits] online.git: test/httpwstest.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Fri Apr 7 05:32:09 UTC 2017
test/httpwstest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1af96e6c2146cd18a23279adbe0f1f53f29d4bf7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Fri Apr 7 01:29:39 2017 -0400
wsd: re-enable some passing tests
Change-Id: Ifbbc77d6603e378ab18cb1b92bbca71c76df477d
Reviewed-on: https://gerrit.libreoffice.org/36245
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index 0a629ceb..33a13533 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -58,7 +58,7 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
CPPUNIT_TEST_SUITE(HTTPWSTest);
CPPUNIT_TEST(testBadRequest);
- // FIXME CPPUNIT_TEST(testHandshake);
+ CPPUNIT_TEST(testHandshake);
CPPUNIT_TEST(testCloseAfterClose);
CPPUNIT_TEST(testConnectNoLoad);
CPPUNIT_TEST(testLoadSimple);
@@ -99,7 +99,7 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
// FIXME CPPUNIT_TEST(testOptimalResize);
CPPUNIT_TEST(testInvalidateViewCursor);
CPPUNIT_TEST(testViewCursorVisible);
- // FIXME CPPUNIT_TEST(testCellViewCursor);
+ CPPUNIT_TEST(testCellViewCursor);
CPPUNIT_TEST(testGraphicViewSelectionWriter);
CPPUNIT_TEST(testGraphicViewSelectionCalc);
CPPUNIT_TEST(testGraphicViewSelectionImpress);
More information about the Libreoffice-commits
mailing list