Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2431F200D75 for ; Sat, 30 Dec 2017 02:55:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 22499160C34; Sat, 30 Dec 2017 01:55:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E104160C33 for ; Sat, 30 Dec 2017 02:55:14 +0100 (CET) Received: (qmail 15226 invoked by uid 500); 30 Dec 2017 01:55:13 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 15215 invoked by uid 99); 30 Dec 2017 01:55:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2017 01:55:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4120DFD6F; Sat, 30 Dec 2017 01:55:11 +0000 (UTC) From: lewismc To: dev@any23.apache.org Reply-To: dev@any23.apache.org Message-ID: Subject: [GitHub] any23 pull request #53: ANY23-140 - Revise Any23 tests to remove fetching of... Content-Type: text/plain Date: Sat, 30 Dec 2017 01:55:11 +0000 (UTC) archived-at: Sat, 30 Dec 2017 01:55:15 -0000 GitHub user lewismc opened a pull request: https://github.com/apache/any23/pull/53 ANY23-140 - Revise Any23 tests to remove fetching of web content This issue re-enables the 'online' tests as essentially the jsonld tests require fetching of Web content anyways. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/any23 ANY23-140 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/any23/pull/53.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #53 ---- commit 6b262ad3f89ed45f2d731076d1dd865e1e95bcaa Author: Lewis John McGibbney Date: 2017-12-27T21:41:39Z ANY23-140 - Revise Any23 tests to remove fetching of web content ---- ---