[tests] Fixed test.

This commit is contained in:
vng 2015-12-08 19:54:34 +03:00 committed by Sergey Yershov
parent 12f7031d4b
commit 83ae2f58fb

View file

@ -61,7 +61,7 @@ feature::EGeomType FeatureBase::GetFeatureType() const
string FeatureBase::DebugString() const
{
ASSERT(m_bCommonParsed, ());
ParseCommon();
Classificator const & c = classif();