I'm seeing a number of KmzTest tests failing on WIN32. They all seem to be failing when they check the count of created elements in a KMZ. For example
ASSERT_EQ(static_cast<size_t>(2), list.size());
fails because there is one extra element in the list. Is this a known issue? Thanks.