forked from organicmaps/organicmaps-tmp
Remove dummy test.
This commit is contained in:
parent
88c21a3626
commit
5a64fa18b9
2 changed files with 1 additions and 21 deletions
|
@ -1,19 +0,0 @@
|
|||
#include "../../base/SRC_FIRST.hpp"
|
||||
|
||||
#include "../../testing/testing.hpp"
|
||||
|
||||
#include "../../indexer/features_vector.hpp"
|
||||
|
||||
#include "../../platform/platform.hpp"
|
||||
|
||||
|
||||
UNIT_TEST(DebugFeaturesTest_World_6941024)
|
||||
{
|
||||
// FilesContainerR rCont(GetPlatform().ReadPathForFile("World.mwm"));
|
||||
// FeaturesVector vec(rCont);
|
||||
|
||||
// FeatureType f;
|
||||
// vec.Get(6941024, f);
|
||||
|
||||
// f.GetLimitRect(FeatureType::BEST_GEOMETRY);
|
||||
}
|
|
@ -22,7 +22,6 @@ SOURCES += \
|
|||
../../testing/testingmain.cpp \
|
||||
navigator_test.cpp \
|
||||
map_foreach_test.cpp \
|
||||
debug_features_test.cpp \
|
||||
draw_processor_test.cpp \
|
||||
multithread_map_test.cpp \
|
||||
bookmarks_test.cpp
|
||||
bookmarks_test.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue