starmath/qa/cppunit/test_nodetotextvisitors.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d17219a7ddb9527c2dc9e97ce5f601af2387c189 Author: Tor Lillqvist <t...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits