[Libreoffice-commits] core.git: sw/qa

Tomaž Vajngerl tomaz.vajngerl at collabora.com
Thu May 15 13:41:40 PDT 2014


 sw/qa/extras/htmlexport/htmlexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc59182bfbb67d22d9e88745380142f811616c2c
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Thu May 15 22:41:00 2014 +0200

    sw html test: missed one class name at renaming
    
    Change-Id: I614bbda7b796a4bd57d9511a9dc68beafa398b38

diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index 961b050..fc0caf4 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -101,7 +101,7 @@ DECLARE_HTMLEXPORT_ROUNDTRIP_TEST(testCharacterBorder, "charborder.odt")
     // No shadow
 }
 
-#define DECLARE_HTMLEXPORT_TEST(TestName, filename) DECLARE_SW_EXPORT_TEST(TestName, filename, Test)
+#define DECLARE_HTMLEXPORT_TEST(TestName, filename) DECLARE_SW_EXPORT_TEST(TestName, filename, HtmlExportTest)
 
 DECLARE_HTMLEXPORT_TEST(testExportOfImages, "textAndImage.docx")
 {


More information about the Libreoffice-commits mailing list