Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 42602 invoked from network); 10 Aug 2005 08:07:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 08:07:38 -0000 Received: (qmail 65894 invoked by uid 500); 10 Aug 2005 08:07:38 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 65883 invoked by uid 500); 10 Aug 2005 08:07:37 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 65870 invoked by uid 99); 10 Aug 2005 08:07:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 01:07:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 579C3DF for ; Wed, 10 Aug 2005 10:07:35 +0200 (CEST) Message-ID: <589403835.1123661255334.JavaMail.jira@ajax.apache.org> Date: Wed, 10 Aug 2005 10:07:35 +0200 (CEST) From: "Manohar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXISCPP-790) "XML reserved characters scenarios" in UTs are not valid for XSD_Name and XSD_NCName types In-Reply-To: <1809303591.1123661140241.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-790?page=all ] Manohar reassigned AXISCPP-790: ------------------------------- Assign To: Manohar I will remove these scenarios and add the modified unit tests. > "XML reserved characters scenarios" in UTs are not valid for XSD_Name and XSD_NCName types > ------------------------------------------------------------------------------------------ > > Key: AXISCPP-790 > URL: http://issues.apache.org/jira/browse/AXISCPP-790 > Project: Axis-C++ > Type: Bug > Reporter: Manohar > Assignee: Manohar > > The unit tests given for XSD_Name and XSD_NCName types contain XML reserved characters scenarios which are not valid as inputs to these types. These scenarios should be removed for the unit tests also server response expected files require modification. > For reference, I am pasting one of the scenario for XSD_Name which is not a valid one. > char reservedCharactersName[] = "<>&\"\'"; > xsd__Name reservedCharactersInput = reservedCharactersName; > result = ws->asNonNillableElement(reservedCharactersInput); > if (result) > { > if (*result) > { > cout << "non-nillable element with XML reserved characters=" << result << endl; > } > else > { > cout << "non-nillable element with XML reserved characters=" << endl; > } > } > else > { > cout << "non-nillable element with XML reserved characters=" << endl; > } > Regards > Manohar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira