BatchImporter: make validation configurable and add unittest for class.
authorKim Kulling <kim.kulling@googlemail.com>
Fri, 11 Nov 2016 11:49:05 +0000 (12:49 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Fri, 11 Nov 2016 11:49:05 +0000 (12:49 +0100)
commit631eef49c3a368bf0f0712aa8f603ec4a48c96db
tree1bd77a3193b7c92be85efb4f315bc7a146084e81
parent7a578aae4652978986e99ced8648f52b9b614a97
BatchImporter: make validation configurable and add unittest for class.
code/BaseImporter.cpp
code/BaseImporter.h
code/Importer.h
test/CMakeLists.txt
test/unit/TestIOSystem.h [new file with mode: 0644]
test/unit/utBatchLoader.cpp [new file with mode: 0644]
test/unit/utIOSystem.cpp
test/unit/utImporter.cpp