Browse Source

Use a fixed timezone in Tstamp test

master
Jaikiran Pai 3 years ago
parent
commit
84a91794c9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/tests/antunit/taskdefs/tstamp-test.xml

+ 1
- 0
src/tests/antunit/taskdefs/tstamp-test.xml View File

@@ -98,6 +98,7 @@ public class IsEpochIn1969Here implements Condition {
failonerror="true"
outputproperty="testout"
fork="true">
<sysproperty key="user.timezone" value="GMT"/>
<classpath>
<pathelement location="${output}"/>
<pathelement path="${java.class.path}"/>


Loading…
Cancel
Save