Repository: incubator-hivemall Updated Branches: refs/heads/master 22a9112d0 -> 6daeda825
Fixed a failed test for a missing url resource Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/6daeda82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/6daeda82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/6daeda82 Branch: refs/heads/master Commit: 6daeda825ca1995b57e60875e07edda3de124ed5 Parents: 22a9112 Author: myui <[email protected]> Authored: Thu Dec 8 15:07:01 2016 +0900 Committer: myui <[email protected]> Committed: Thu Dec 8 15:07:01 2016 +0900 ---------------------------------------------------------------------- core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/6daeda82/core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java b/core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java index 323fd38..06d1e2e 100644 --- a/core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java +++ b/core/src/test/java/hivemall/utils/codec/DeflateCodecTest.java @@ -33,7 +33,7 @@ public class DeflateCodecTest { @Test public void testOpscript() throws IOException { - URL url = new URL("https://raw.githubusercontent.com/myui/hivemall/master/core/pom.xml"); + URL url = new URL("https://raw.githubusercontent.com/apache/incubator-hivemall/master/core/pom.xml"); InputStream is = new BufferedInputStream(url.openStream()); String opScript = IOUtils.toString(is); byte[] original1 = opScript.getBytes();
