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 1FD8A200B62 for ; Fri, 12 Aug 2016 15:25:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1EC33160AB0; Fri, 12 Aug 2016 13:25: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 58CC0160ABE for ; Fri, 12 Aug 2016 15:25:17 +0200 (CEST) Received: (qmail 92775 invoked by uid 500); 12 Aug 2016 13:25:15 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 91439 invoked by uid 99); 12 Aug 2016 13:25:15 -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; Fri, 12 Aug 2016 13:25:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EF8ECE2C1A; Fri, 12 Aug 2016 13:25:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: synhershko@apache.org To: commits@lucenenet.apache.org Date: Fri, 12 Aug 2016 13:25:45 -0000 Message-Id: In-Reply-To: <9b7d724070d24d17aa726015759a4278@git.apache.org> References: <9b7d724070d24d17aa726015759a4278@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/32] lucenenet git commit: Merge remote-tracking branch '888/core-tests' archived-at: Fri, 12 Aug 2016 13:25:18 -0000 Merge remote-tracking branch '888/core-tests' Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/8ce8e81f Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/8ce8e81f Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/8ce8e81f Branch: refs/heads/master Commit: 8ce8e81fb06d43a44974436d79dadd33197bf0e0 Parents: 9e84366 4d0877f Author: Itamar Syn-Hershko Authored: Fri Aug 12 16:24:59 2016 +0300 Committer: Itamar Syn-Hershko Committed: Fri Aug 12 16:24:59 2016 +0300 ---------------------------------------------------------------------- .../Codecs/MockSep/MockSepPostingsFormat.cs | 136 +++++++ .../Codecs/MockSep/MockSingleIntFactory.cs | 35 ++ .../Codecs/MockSep/MockSingleIntIndexInput.cs | 118 ++++++ .../Codecs/MockSep/MockSingleIntIndexOutput.cs | 102 +++++ .../Lucene.Net.TestFramework.csproj | 8 + src/Lucene.Net.Tests/Lucene.Net.Tests.csproj | 4 + .../Perfield/TestPerFieldPostingsFormat2.cs | 397 +++++++++---------- .../core/Index/TestCrashCausesCorruptIndex.cs | 1 - 8 files changed, 597 insertions(+), 204 deletions(-) ----------------------------------------------------------------------