You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ma...@apache.org on 2016/11/07 14:29:35 UTC

[12/15] incubator-toree git commit: Fixed sparkR integration test

Fixed sparkR integration test


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/bb4bf47c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/bb4bf47c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/bb4bf47c

Branch: refs/heads/master
Commit: bb4bf47c368617d77e78826fdc703adf6ff6d2f9
Parents: 5f2715d
Author: Marius van Niekerk <ma...@gmail.com>
Authored: Wed Nov 2 00:21:36 2016 -0400
Committer: Marius van Niekerk <ma...@gmail.com>
Committed: Wed Nov 2 00:21:36 2016 -0400

----------------------------------------------------------------------
 test_toree.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/bb4bf47c/test_toree.py
----------------------------------------------------------------------
diff --git a/test_toree.py b/test_toree.py
index 2df1978..db639e8 100644
--- a/test_toree.py
+++ b/test_toree.py
@@ -150,7 +150,7 @@ class ToreeSparkRKernelTests(jupyter_kernel_test.KernelTests):
     kernel_name = "apache_toree_sparkr"
 
     # language_info.name in a kernel_info_reply should match this
-    language_name = "scala"
+    language_name = "R"
 
     # Optional --------------------------------------