You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2021/12/20 14:46:51 UTC

[incubator-hop] branch master updated: HOP-3373 : Add transform to query Hop Metadata objects (IT timezone fix III)

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ee91bf  HOP-3373 : Add transform to query Hop Metadata objects (IT timezone fix III)
     new b794293  Merge pull request #1233 from mattcasters/master
4ee91bf is described below

commit 4ee91bf4111915be72a786055cc3bf0462ba7465
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Mon Dec 20 15:37:36 2021 +0100

    HOP-3373 : Add transform to query Hop Metadata objects (IT timezone fix III)
---
 integration-tests/mdi/main-0015-apache-tika.hwf | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/integration-tests/mdi/main-0015-apache-tika.hwf b/integration-tests/mdi/main-0015-apache-tika.hwf
index 8136a5c..f1d3553 100644
--- a/integration-tests/mdi/main-0015-apache-tika.hwf
+++ b/integration-tests/mdi/main-0015-apache-tika.hwf
@@ -59,6 +59,20 @@ limitations under the License.
         </test_name>
       </test_names>
       <parallel>N</parallel>
+      <xloc>528</xloc>
+      <yloc>112</yloc>
+      <attributes_hac/>
+    </action>
+    <action>
+      <name>Set timezone</name>
+      <description/>
+      <type>EVAL</type>
+      <attributes/>
+      <script>
+Packages.java.util.TimeZone.setDefault(Packages.java.util.TimeZone.getTimeZone("CET"))
+
+true;</script>
+      <parallel>N</parallel>
       <xloc>320</xloc>
       <yloc>112</yloc>
       <attributes_hac/>
@@ -67,11 +81,18 @@ limitations under the License.
   <hops>
     <hop>
       <from>Start</from>
-      <to>Run MDI Apache Tika Tests</to>
+      <to>Set timezone</to>
       <enabled>Y</enabled>
       <evaluation>Y</evaluation>
       <unconditional>Y</unconditional>
     </hop>
+    <hop>
+      <from>Set timezone</from>
+      <to>Run MDI Apache Tika Tests</to>
+      <enabled>Y</enabled>
+      <evaluation>Y</evaluation>
+      <unconditional>N</unconditional>
+    </hop>
   </hops>
   <notepads>
   </notepads>