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

hansva 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 f5b7fad  HOP-2619: fix translator test (#677)
f5b7fad is described below

commit f5b7fad9cd44245ec6de898ed43f4ba698200040
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Mar 16 10:33:47 2021 +0100

    HOP-2619: fix translator test (#677)
    
    * HOP-2619: fix translator test
---
 .../test/java/org/apache/hop/ui/i18n/MessagesSourceCrawlerTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ui/src/test/java/org/apache/hop/ui/i18n/MessagesSourceCrawlerTest.java 
b/ui/src/test/java/org/apache/hop/ui/i18n/MessagesSourceCrawlerTest.java
index 7f712a2..a766f4a 100644
--- a/ui/src/test/java/org/apache/hop/ui/i18n/MessagesSourceCrawlerTest.java
+++ b/ui/src/test/java/org/apache/hop/ui/i18n/MessagesSourceCrawlerTest.java
@@ -54,8 +54,8 @@ public class MessagesSourceCrawlerTest {
   @Test
   public void lookForOccurrencesInFile_PkgReferenceByOtherClass() throws 
Exception {
 
-    String sourceFolder = 
"../plugins/actions/mailvalidator/src/main/java/org/apache/hop/workflow/actions/mailvalidator/";
-    String sourceFile = sourceFolder+"MailValidation.java";
+    String sourceFolder = "../plugins/actions/mailvalidator/";
+    String sourceFile = 
sourceFolder+"src/main/java/org/apache/hop/workflow/actions/mailvalidator/MailValidation.java";
     FileObject fileObject = HopVfs.getFileObject( sourceFile );
 
     crawler.lookForOccurrencesInFile( sourceFolder, fileObject );

Reply via email to