[Libreoffice-commits] core.git: starmath/qa
Tor Lillqvist
tml at collabora.com
Sun Nov 3 09:35:17 CET 2013
starmath/qa/cppunit/test_nodetotextvisitors.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d17219a7ddb9527c2dc9e97ce5f601af2387c189
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Nov 3 10:34:43 2013 +0200
WaE: unused variable 'sExpected' [loplugin]
Change-Id: I32d774640602566c23303a9816fa3c5926449781
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
index 3d4b08f..99ae4b2 100644
--- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx
+++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
@@ -581,7 +581,7 @@ void Test::testBinHorInSubSup()
aCursor.InsertElement(PlusElement);
aCursor.InsertText("d");
- OUString sExpected = " { a rsup { b + c } + d } ";
+//FIXME OUString sExpected = " { a rsup { b + c } + d } ";
//FIXME CPPUNIT_ASSERT_EQUAL_MESSAGE("BinHor in SubSup", sExpected, xDocShRef->GetText());
delete pTree;
More information about the Libreoffice-commits
mailing list