[tests] Regenerate minks-pass.mwm according to the new classificatory to fix test.

This commit is contained in:
Viktor 2015-04-16 13:36:38 +03:00 committed by Alex Zolotarev
parent 65e9524a6f
commit f7f83d72f4
3 changed files with 517 additions and 517 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -65,7 +65,7 @@ public:
void operator() (FeatureType const & f) const
{
TEST(is_drawable(f), ());
TEST(is_drawable(f), (m_scale, f));
add(f);
}
};