I'm getting the following test failure on libvisio@2d0ca14 (and v0.1.1): importtest.cpp:66:Assertion Test name: ImportTest::testVsdMetadataTitleUtf8 equality assertion failed - Expected: 2014-11-26T09:24:56Z - Actual : 2014-11-26T10:24:56Z - Attribute 'creation-date' of '/document/setDocumentMetaData': incorrect value Seems to be related to daylight savings time.
Yes, this is a known problem. export TZ=CET before running make check.
Since this is a build test failure and proper workaround is know, I am closing it.
Still, the time zone should be set by the test itself. Fixed now.