Repository: incubator-zeppelin Updated Branches: refs/heads/master ddf2c89ec -> ea03e84d6
[HOTFIX] master branch build failure after #655 #591 ### What is this PR for? Master branch build failure after merging #655 #591 ### What type of PR is it? Hot Fix ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #680 from Leemoonsoo/ZEPPELIN-619_followup and squashes the following commits: beac930 [Lee moon soo] Fix test Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ea03e84d Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ea03e84d Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ea03e84d Branch: refs/heads/master Commit: ea03e84d6fddc76372fd5a2056f41b16ec70b2ab Parents: ddf2c89 Author: Lee moon soo <[email protected]> Authored: Mon Feb 1 13:42:23 2016 +0900 Committer: Lee moon soo <[email protected]> Committed: Mon Feb 1 14:51:38 2016 +0900 ---------------------------------------------------------------------- .../apache/zeppelin/display/angular/AbstractAngularElemTest.scala | 1 + .../apache/zeppelin/display/angular/AbstractAngularModelTest.scala | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ea03e84d/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularElemTest.scala ---------------------------------------------------------------------- diff --git a/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularElemTest.scala b/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularElemTest.scala index 2c82c8e..0e87026 100644 --- a/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularElemTest.scala +++ b/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularElemTest.scala @@ -35,6 +35,7 @@ trait AbstractAngularElemTest val context = new InterpreterContext("note", "paragraph", "title", "text", new util.HashMap[String, Object](), new GUI(), new AngularObjectRegistry( intpGroup.getId(), null), + null, new util.LinkedList[InterpreterContextRunner](), new InterpreterOutput(new InterpreterOutputListener() { override def onAppend(out: InterpreterOutput, line: Array[Byte]): Unit = { http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ea03e84d/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularModelTest.scala ---------------------------------------------------------------------- diff --git a/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularModelTest.scala b/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularModelTest.scala index 942390a..32a1932 100644 --- a/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularModelTest.scala +++ b/zeppelin-display/src/test/scala/org/apache/zeppelin/display/angular/AbstractAngularModelTest.scala @@ -31,6 +31,7 @@ with BeforeAndAfter with BeforeAndAfterEach with Eventually with Matchers { val context = new InterpreterContext("note", "id", "title", "text", new java.util.HashMap[String, Object](), new GUI(), new AngularObjectRegistry( intpGroup.getId(), null), + null, new java.util.LinkedList[InterpreterContextRunner](), new InterpreterOutput(new InterpreterOutputListener() { override def onAppend(out: InterpreterOutput, line: Array[Byte]): Unit = {
