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

nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit cfee9cefab5b97696449ad6c2977b1f379fdae2f
Author: mayanknj <mayank.j...@freestoneinfotech.com>
AuthorDate: Tue Mar 24 10:28:08 2020 +0530

    ATLAS-3423: Import Glossary Terms from csv/excel file into Glossary (Test 
Cases Fix) #2
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
---
 .../src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java 
b/repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java
index 86738bb..54e00a4 100644
--- 
a/repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java
+++ 
b/repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java
@@ -956,7 +956,7 @@ public class GlossaryServiceTest {
             glossaryService.importGlossaryData(inputStream, "empty.csv");
             fail("Error occurred : Failed to recognize the empty file.");
         } catch (AtlasBaseException e) {
-            assertEquals(e.getMessage(),"No Data found in the uploaded file 
!");
+            assertEquals(e.getMessage(),"No data found in the uploaded file");
         }
     }
 
@@ -970,7 +970,7 @@ public class GlossaryServiceTest {
         } catch (AtlasBaseException e) {
             assertEquals(e.getMessage(),"The uploaded file has not been 
processed due to the following errors : \n" +
                     "[\n" +
-                    "The provided Reference Glossary and TermName does not 
exist in the system  GentsFootwear: for record with TermName  : BankBranch1 and 
GlossaryName : testBankingGlossary]");
+                    "The provided Reference Glossary and TermName does not 
exist in the system GentsFootwear: for record with TermName  : BankBranch1 and 
GlossaryName : testBankingGlossary]");
         }
     }
 

Reply via email to