From lucene-net-dev-return-777-apmail-incubator-lucene-net-dev-archive=incubator.apache.org@incubator.apache.org Fri Aug 17 02:58:03 2007 Return-Path: Delivered-To: apmail-incubator-lucene-net-dev-archive@locus.apache.org Received: (qmail 67321 invoked from network); 17 Aug 2007 02:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 02:58:02 -0000 Received: (qmail 30118 invoked by uid 500); 17 Aug 2007 02:58:00 -0000 Delivered-To: apmail-incubator-lucene-net-dev-archive@incubator.apache.org Received: (qmail 30089 invoked by uid 500); 17 Aug 2007 02:58:00 -0000 Mailing-List: contact lucene-net-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@incubator.apache.org Delivered-To: mailing list lucene-net-dev@incubator.apache.org Received: (qmail 29966 invoked by uid 99); 17 Aug 2007 02:58:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 19:57:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 02:57:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 684BC714209 for ; Thu, 16 Aug 2007 19:57:31 -0700 (PDT) Message-ID: <30064520.1187319451423.JavaMail.jira@brutus> Date: Thu, 16 Aug 2007 19:57:31 -0700 (PDT) From: "Jeff (JIRA)" To: lucene-net-dev@incubator.apache.org Subject: [jira] Issue Comment Edited: (LUCENENET-61) Issue testing Backwards Compatibility In-Reply-To: <6375946.1187095171982.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENENET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520443 ] jdell edited comment on LUCENENET-61 at 8/16/07 7:57 PM: -------------------------------------------------------- This new patch TestBackwardCompatibility.patch2 removes the line: entries = zipFile.Entries(); Which didn't get removed in the first patch, and moves the line: Assert.Fail("Needs integration with SharpZipLib"); Inside the else of the conditional compilation symbol SHARP_ZIP_LIB was (Author: jdell): This patch removes the line: entries = zipFile.Entries(); Which didn't get removed in the first patch, and moves the line: Assert.Fail("Needs integration with SharpZipLib"); Inside the else of the conditional compilation symbol SHARP_ZIP_LIB > Issue testing Backwards Compatibility > ------------------------------------- > > Key: LUCENENET-61 > URL: https://issues.apache.org/jira/browse/LUCENENET-61 > Project: Lucene.Net > Issue Type: Bug > Reporter: Jeff > Assignee: George Aroush > Priority: Minor > Attachments: TestBackwardCompatibility.patch2, TestBackwardsCompatibility.patch > > > NUnit tests fail because of non c# compliant tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.