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 CEB44200B63 for ; Mon, 15 Aug 2016 23:34:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD363160AA7; Mon, 15 Aug 2016 21:34:18 +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 207BA160A8A for ; Mon, 15 Aug 2016 23:34:17 +0200 (CEST) Received: (qmail 12433 invoked by uid 500); 15 Aug 2016 21:34:17 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 12424 invoked by uid 99); 15 Aug 2016 21:34:17 -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; Mon, 15 Aug 2016 21:34:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2383CE0100; Mon, 15 Aug 2016 21:34:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: varunsaxena@apache.org To: common-commits@hadoop.apache.org Message-Id: <3a9b75fa115f418d8ddc96fe42646508@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun Saxena) Date: Mon, 15 Aug 2016 21:34:17 +0000 (UTC) archived-at: Mon, 15 Aug 2016 21:34:19 -0000 Repository: hadoop Updated Branches: refs/heads/trunk bed69d18e -> d714030b5 HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun Saxena) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d714030b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d714030b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d714030b Branch: refs/heads/trunk Commit: d714030b5d4124f307c09d716d72a9f5a4a25995 Parents: bed69d1 Author: Varun Saxena Authored: Tue Aug 16 03:03:44 2016 +0530 Committer: Varun Saxena Committed: Tue Aug 16 03:03:44 2016 +0530 ---------------------------------------------------------------------- .../hadoop-common/src/test/resources/testConf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d714030b/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml b/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml index bbbc1ec..82bc789 100644 --- a/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml +++ b/hadoop-common-project/hadoop-common/src/test/resources/testConf.xml @@ -106,11 +106,11 @@ RegexpComparator - ^\s*-q\s+Print \? instead of non-printable characters\.( )* + ^\s*rather than a number of bytes\.( )* RegexpComparator - ^\s*rather than a number of bytes\.( )* + ^\s*-q\s+Print \? instead of non-printable characters\.( )* RegexpComparator --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org