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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2cc922c  [MINOR] Fix mlcontext function tests (wrong url)
2cc922c is described below

commit 2cc922c856967d75afac09f80fd4df73a620584a
Author: Matthias Boehm <[email protected]>
AuthorDate: Sat Mar 28 00:28:46 2020 +0100

    [MINOR] Fix mlcontext function tests (wrong url)
---
 .../java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java 
b/src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java
index fbc90c1..c2add4d 100644
--- a/src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java
+++ b/src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java
@@ -158,7 +158,7 @@ public class MLContextTest extends MLContextTestBase {
        @Test
        public void testCreateDMLScriptBasedOnURL() throws 
MalformedURLException {
                System.out.println("MLContextTest - create DML script based on 
URL");
-               String urlString = 
"https://raw.githubusercontent.com/apache/systemml/systemds/master/src/test/scripts/applications/hits/HITS.dml";;
+               String urlString = 
"https://raw.githubusercontent.com/apache/systemml/master/src/test/scripts/applications/hits/HITS.dml";;
                URL url = new URL(urlString);
                Script script = dmlFromUrl(url);
                String expectedContent = "Licensed to the Apache Software 
Foundation";

Reply via email to