Remove dummy test.

This commit is contained in:
vng 2012-04-18 14:32:17 +03:00 committed by Alex Zolotarev
parent 88c21a3626
commit 5a64fa18b9
2 changed files with 1 additions and 21 deletions

View file

@ -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);
}

View file

@ -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 \