You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/01/17 07:53:26 UTC

[zeppelin] branch master updated: [Hotfix] Fix test failure of SparqlJenaEngineTest

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f304106  [Hotfix] Fix test failure of SparqlJenaEngineTest
f304106 is described below

commit f30410662200903402e780e6fc28e1ddb78a3562
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Sun Jan 17 15:53:11 2021 +0800

    [Hotfix] Fix test failure of SparqlJenaEngineTest
---
 .../src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sparql/src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java b/sparql/src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java
index 62af9a4..7654614 100644
--- a/sparql/src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java
+++ b/sparql/src/test/java/org/apache/zeppelin/sparql/SparqlJenaEngineTest.java
@@ -173,7 +173,7 @@ public class SparqlJenaEngineTest {
     assertEquals(Code.SUCCESS, result.code());
 
     final String expected =
-            "?athlete\n<http://dbpedia.org/resource/Category:git Cristiano_Ronaldo>\n";
+            "?athlete\n<http://dbpedia.org/resource/Category:Cristiano_Ronaldo>\n";
     assertEquals(expected, result.message().get(0).getData());
   }