Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 36846 invoked from network); 9 Nov 2007 16:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2007 16:48:13 -0000 Received: (qmail 21434 invoked by uid 500); 9 Nov 2007 16:48:01 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 21361 invoked by uid 500); 9 Nov 2007 16:48:01 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 21352 invoked by uid 99); 9 Nov 2007 16:48:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 08:48:01 -0800 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, 09 Nov 2007 16:48:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9573E7141FE for ; Fri, 9 Nov 2007 08:47:50 -0800 (PST) Message-ID: <16085556.1194626870609.JavaMail.jira@brutus> Date: Fri, 9 Nov 2007 08:47:50 -0800 (PST) From: "kombi (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1195) cxf-xjv-dv-test: test case added but fails. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org cxf-xjv-dv-test: test case added but fails. ------------------------------------------- Key: CXF-1195 URL: https://issues.apache.org/jira/browse/CXF-1195 Project: CXF Issue Type: Test Affects Versions: 2.1 Environment: macOSX, java1.5 Reporter: kombi I created a test case for elements that are defaulted and use a simpleType is: with a line added in complexType "foo": And a test added in DefaultValueTest.java under method: assertDefaultElementValues( Foo foo ): assertEquals("Unexpected value for element driving", "LeftTurn", foo.getDriving()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.