diff options
author | David Tardon <dtardon@redhat.com> | 2016-01-18 13:53:19 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-01-18 13:53:27 +0100 |
commit | a97d30ad693374deab404ec31fe00665882cc949 (patch) | |
tree | 260f4c50ce2cb48a3333c055bdf2e11e55dab7cb | |
parent | e076cd1b5a400b32a8aa49fc87feaf3b1d3ba52e (diff) |
tdf#92396 test must be run in specific time zone
Change-Id: Idc9d85ae8c5c1a6eccca7e830baa05a867ac4402
-rw-r--r-- | src/test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 59d3419..23049b5 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -29,4 +29,7 @@ EXTRA_DIST = \ data/dwg.vsdx \ $(test_SOURCES) +# ImportTest::testVsdMetadataTitleUtf8 checks formatted date string +AM_TESTS_ENVIRONMENT = TZ=CET; export TZ; + TESTS = test |