Bug 92396 - Test failure: ImportTest::testVsdMetadataTitleUtf8
Summary: Test failure: ImportTest::testVsdMetadataTitleUtf8
Status: RESOLVED FIXED
Alias: None
Product: Document Liberation Project
Classification: Unclassified
Component: libvisio (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: x86-64 (AMD64) All
: medium minor
Assignee: David Tardon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-28 07:52 UTC by Evangelos Foutras
Modified: 2017-10-30 11:44 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evangelos Foutras 2015-06-28 07:52:48 UTC
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.
Comment 1 David Tardon 2015-06-28 10:23:53 UTC
Yes, this is a known problem. export TZ=CET before running make check.
Comment 2 Fridrich Strba 2016-01-15 09:18:04 UTC
Since this is a build test failure and proper workaround is know, I am closing it.
Comment 3 David Tardon 2016-01-18 12:56:01 UTC
Still, the time zone should be set by the test itself. Fixed now.