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 25CFF200C15 for ; Wed, 8 Feb 2017 15:44:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2492B160B4E; Wed, 8 Feb 2017 14:44:00 +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 9DC3F160B6D for ; Wed, 8 Feb 2017 15:43:59 +0100 (CET) Received: (qmail 14742 invoked by uid 500); 8 Feb 2017 14:43:57 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 14148 invoked by uid 99); 8 Feb 2017 14:43:56 -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; Wed, 08 Feb 2017 14:43:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE721DFE20; Wed, 8 Feb 2017 14:43:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commons.apache.org Date: Wed, 08 Feb 2017 14:44:11 -0000 Message-Id: <0d44bb31cfd04439ae525c87e0e83d5f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [16/16] commons-rdf git commit: COMMONSRDF-51: compare language tags in lower case archived-at: Wed, 08 Feb 2017 14:44:00 -0000 COMMONSRDF-51: compare language tags in lower case Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/4c69d42f Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/4c69d42f Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/4c69d42f Branch: refs/heads/master Commit: 4c69d42f40028a2faa613be04ff0d8a0d20b6ec3 Parents: 6d4e333 202a8c6 Author: Stian Soiland-Reyes Authored: Wed Feb 8 14:43:18 2017 +0000 Committer: Stian Soiland-Reyes Committed: Wed Feb 8 14:43:18 2017 +0000 ---------------------------------------------------------------------- .../org/apache/commons/rdf/api/Literal.java | 27 +++- .../commons/rdf/api/AbstractDatasetTest.java | 139 ++++++++++++++++ .../commons/rdf/api/AbstractGraphTest.java | 153 +++++++++++++++++- .../apache/commons/rdf/api/AbstractRDFTest.java | 158 ++++++++++++++++++- .../commons/rdf/jena/impl/JenaDatasetImpl.java | 7 +- .../commons/rdf/jena/impl/JenaGraphImpl.java | 18 ++- .../commons/rdf/jena/impl/JenaLiteralImpl.java | 13 +- .../commons/rdf/jsonldjava/JsonLdLiteral.java | 13 +- .../commons/rdf/rdf4j/impl/LiteralImpl.java | 15 +- .../apache/commons/rdf/simple/LiteralImpl.java | 8 +- 10 files changed, 515 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/4c69d42f/api/src/test/java/org/apache/commons/rdf/api/AbstractDatasetTest.java ----------------------------------------------------------------------