[Libreoffice-commits] core.git: sw/CppunitTest_sw_tox.mk sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Mon Sep 22 12:28:10 PDT 2014
sw/CppunitTest_sw_tox.mk | 6
sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx | 140 ----------------
sw/qa/cppunit/tox/test_ToxTextGenerator.cxx | 195 -----------------------
sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx | 150 -----------------
sw/qa/extras/tox/test_ToxLinkProcessor.cxx | 140 ++++++++++++++++
sw/qa/extras/tox/test_ToxTextGenerator.cxx | 195 +++++++++++++++++++++++
sw/qa/extras/tox/test_ToxWhitespaceStripper.cxx | 150 +++++++++++++++++
7 files changed, 488 insertions(+), 488 deletions(-)
New commits:
commit cc2bba6eff63d9a3a8efc4a220e5305ab1c92ff5
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Sep 22 21:19:18 2014 +0200
CppunitTest_sw_tox: move this into the extras directory
That's where all the remaining tests using the public sw API live.
Change-Id: Iaffd411d704b42e5b88299d00a6c4b6226e2bd4d
diff --git a/sw/CppunitTest_sw_tox.mk b/sw/CppunitTest_sw_tox.mk
index 761e007..cca386f 100644
--- a/sw/CppunitTest_sw_tox.mk
+++ b/sw/CppunitTest_sw_tox.mk
@@ -13,9 +13,9 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_tox))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_tox, \
- sw/qa/cppunit/tox/test_ToxWhitespaceStripper \
- sw/qa/cppunit/tox/test_ToxLinkProcessor \
- sw/qa/cppunit/tox/test_ToxTextGenerator \
+ sw/qa/extras/tox/test_ToxWhitespaceStripper \
+ sw/qa/extras/tox/test_ToxLinkProcessor \
+ sw/qa/extras/tox/test_ToxTextGenerator \
))
$(eval $(call gb_CppunitTest_use_libraries,sw_tox, \
diff --git a/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx b/sw/qa/extras/tox/test_ToxLinkProcessor.cxx
similarity index 100%
rename from sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx
rename to sw/qa/extras/tox/test_ToxLinkProcessor.cxx
diff --git a/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx b/sw/qa/extras/tox/test_ToxTextGenerator.cxx
similarity index 100%
rename from sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
rename to sw/qa/extras/tox/test_ToxTextGenerator.cxx
diff --git a/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx b/sw/qa/extras/tox/test_ToxWhitespaceStripper.cxx
similarity index 100%
rename from sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx
rename to sw/qa/extras/tox/test_ToxWhitespaceStripper.cxx
More information about the Libreoffice-commits
mailing list