diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-26 16:50:22 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-27 06:04:01 +0000 |
commit | f4544d3c95bac8f3203235f8482ecb435545b887 (patch) | |
tree | 4535ed93a8525a48ab700cf023812126fc4538ce /starmath | |
parent | b125635851d3c96b0d27d06d45475774de23e8df (diff) |
extract all cond format tests in ucalc to own file
Change-Id: Ia4773e81e7d3c23404090f5cf5d9d35038c24cd7
Reviewed-on: https://gerrit.libreoffice.org/21817
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/qa/cppunit/test_nodetotextvisitors.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx index 91d7203d1a8d..b0dfaf536971 100644 --- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx +++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx @@ -26,6 +26,7 @@ typedef tools::SvRef<SmDocShell> SmDocShellRef; using namespace ::com::sun::star; +namespace { class Test : public test::BootstrapFixture { @@ -675,5 +676,7 @@ void Test::testParser() CPPUNIT_TEST_SUITE_REGISTRATION(Test); +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |