Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 11490 invoked from network); 17 Jun 2008 09:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 09:34:36 -0000 Received: (qmail 55587 invoked by uid 500); 17 Jun 2008 09:34:38 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 55383 invoked by uid 500); 17 Jun 2008 09:34:37 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 55372 invoked by uid 99); 17 Jun 2008 09:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 02:34:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 09:33:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FE8A234C147 for ; Tue, 17 Jun 2008 02:33:45 -0700 (PDT) Message-ID: <1272433930.1213695225195.JavaMail.jira@brutus> Date: Tue, 17 Jun 2008 02:33:45 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Assigned: (DIRSERVER-1182) SchemaServiceIT tests are broken In-Reply-To: <203589137.1212106305240.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/DIRSERVER-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIRSERVER-1182: -------------------------------------------- Assignee: Emmanuel Lecharny > SchemaServiceIT tests are broken > -------------------------------- > > Key: DIRSERVER-1182 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1182 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.2 > Reporter: Emmanuel Lecharny > Assignee: Emmanuel Lecharny > Priority: Blocker > Fix For: 1.5.3 > > > The SchemaServiceIT tests in core-integ is totally broken. Only one test is passing right now, the other are simply not launched due to a lack of @Test tags. The inherited ldif loader has been removed, so if we add the @Test, most of the current tests are failing. > I'm pretty sure that searching for something like (name=test) will fail if we have an entry with cn=test, as we don't anymore check for the attributeType inheritence in trunks (to be double checked) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.