loolwsd/test/httpwstest.cpp |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 726fd1f66d68c12a09484e73a0ce157eae0e35b1
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Apr 13 13:22:35 2016 +0300

    The CPPUNIT_TESTs I added a moment ago should be first and last in the list

diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index 4a288ad..e064ab2 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -44,7 +44,10 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
     static int _initialLoolKitCount;
 
     CPPUNIT_TEST_SUITE(HTTPWSTest);
+
+    // This should be the first test:
     CPPUNIT_TEST(testCountHowManyLoolkits);
+
     CPPUNIT_TEST(testBadRequest);
     CPPUNIT_TEST(testLoad);
     CPPUNIT_TEST(testBadLoad);
@@ -59,7 +62,10 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST(testPasswordProtectedDocumentWithCorrectPassword);
     CPPUNIT_TEST(testPasswordProtectedDocumentWithCorrectPasswordAgain);
     CPPUNIT_TEST(testImpressPartCountChanged);
+
+    // This should be the last test:
     CPPUNIT_TEST(testNoExtraLoolKitsLeft);
+
     CPPUNIT_TEST_SUITE_END();
 
     void testCountHowManyLoolkits();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to