You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2005/09/28 12:53:47 UTC

[jira] Created: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Need a test that tests the one the wire interpretation of 555.555 as a float.
-----------------------------------------------------------------------------

         Key: AXISCPP-839
         URL: http://issues.apache.org/jira/browse/AXISCPP-839
     Project: Axis-C++
        Type: Test
  Components: Serialization  
 Environment: n/a
    Reporter: Fred Preston


I have just come across the following problem with a particular float value.  See AXISCPP-838.  We need an additional test to check that this value is being serialised properly.

-- 
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


[jira] Commented: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by "Manohar (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-839?page=comments#action_12330915 ] 

Manohar commented on AXISCPP-839:
---------------------------------

 I've observed that when result is displayed using "%.5f" this problem occurs. If result is displayed using "%.3f" the output is 555.555, and for "%.4f" the output is proper 555.5550. 

> Need a test that tests the one the wire interpretation of 555.555 as a float.
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-839
>          URL: http://issues.apache.org/jira/browse/AXISCPP-839
>      Project: Axis-C++
>         Type: Test
>   Components: Serialization
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Manohar

>
> I have just come across the following problem with a particular float value.  See AXISCPP-838.  We need an additional test to check that this value is being serialised properly.

-- 
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


Re: [jira] Created: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by Manohar K Chintala <cm...@in.ibm.com>.
This problem happens with 1,5,7 and 9 numbers when only. i.e. when the
values given like  555.111 , 555.555, 555.777 and 555.999 this
serialization problem occurs and for other numbers it works fine.

Regards
Manohar


                                                                           
             John Hawkins                                                  
             <HAWKINSJ@uk.ibm.                                             
             com>                                                       To 
                                       "Apache AXIS C Developers List"     
             09/28/2005 06:07          <ax...@ws.apache.org>          
             PM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: [jira] Created: (AXISCPP-839)   
              "Apache AXIS C           Need a test that tests the one the  
             Developers List"          wire interpretation of 555.555 as a 
                                       float.                              
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





Perhaps we need some more boundary tests for this and other types ?



                                                                           
 Manohar K Chintala                                                        
 <cm...@in.ibm.com>                                                     
                                                                        To 
                                       "Apache AXIS C Developers List"     
 28/09/2005 12:40                      <ax...@ws.apache.org>          
                                                                        cc 
                                                                           
    Please respond to                                              Subject 
      "Apache AXIS C                   Re: [jira] Created: (AXISCPP-839)   
     Developers List"                  Need a test that tests the one the  
                                       wire interpretation of 555.555 as a 
                                       float.                              
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





A test to report  this problem will be created soon.

Regards
Manohar



            "Fred Preston
            (JIRA)"
            <axis-c-dev@ws.ap                                          To
            ache.org>                 axis-c-dev@ws.apache.org
                                                                       cc
            09/28/2005 04:23
            PM                                                    Subject
                                      [jira] Created: (AXISCPP-839) Need
                                      a test that tests the one the wire
            Please respond to         interpretation of 555.555 as a
             "Apache AXIS C           float.
            Developers List"









Need a test that tests the one the wire interpretation of 555.555 as a
float.
-----------------------------------------------------------------------------



        Key: AXISCPP-839
        URL: http://issues.apache.org/jira/browse/AXISCPP-839
    Project: Axis-C++
       Type: Test
 Components: Serialization
Environment: n/a
   Reporter: Fred Preston


I have just come across the following problem with a particular float
value.  See AXISCPP-838.  We need an additional test to check that this
value is being serialised properly.

--
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






Re: [jira] Created: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by John Hawkins <HA...@uk.ibm.com>.
Perhaps we need some more boundary tests for this and other types ?





Manohar K Chintala <cm...@in.ibm.com> 
28/09/2005 12:40
Please respond to
"Apache AXIS C Developers List"


To
"Apache AXIS C Developers List" <ax...@ws.apache.org>
cc

Subject
Re: [jira] Created: (AXISCPP-839) Need a test that tests the one the wire 
interpretation of 555.555 as a float.






A test to report  this problem will be created soon.

Regards
Manohar


 
             "Fred Preston 
             (JIRA)" 
             <axis-c-dev@ws.ap                                          To 

             ache.org>                 axis-c-dev@ws.apache.org 
                                                                        cc 

             09/28/2005 04:23 
             PM                                                    Subject 

                                       [jira] Created: (AXISCPP-839) Need 
                                       a test that tests the one the wire 
             Please respond to         interpretation of 555.555 as a 
              "Apache AXIS C           float. 
             Developers List" 
 
 
 
 
 




Need a test that tests the one the wire interpretation of 555.555 as a
float.
-----------------------------------------------------------------------------


         Key: AXISCPP-839
         URL: http://issues.apache.org/jira/browse/AXISCPP-839
     Project: Axis-C++
        Type: Test
  Components: Serialization
 Environment: n/a
    Reporter: Fred Preston


I have just come across the following problem with a particular float
value.  See AXISCPP-838.  We need an additional test to check that this
value is being serialised properly.

--
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





Re: [jira] Created: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by Manohar K Chintala <cm...@in.ibm.com>.
A test to report  this problem will be created soon.

Regards
Manohar


                                                                           
             "Fred Preston                                                 
             (JIRA)"                                                       
             <axis-c-dev@ws.ap                                          To 
             ache.org>                 axis-c-dev@ws.apache.org            
                                                                        cc 
             09/28/2005 04:23                                              
             PM                                                    Subject 
                                       [jira] Created: (AXISCPP-839) Need  
                                       a test that tests the one the wire  
             Please respond to         interpretation of 555.555 as a      
              "Apache AXIS C           float.                              
             Developers List"                                              
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Need a test that tests the one the wire interpretation of 555.555 as a
float.
-----------------------------------------------------------------------------


         Key: AXISCPP-839
         URL: http://issues.apache.org/jira/browse/AXISCPP-839
     Project: Axis-C++
        Type: Test
  Components: Serialization
 Environment: n/a
    Reporter: Fred Preston


I have just come across the following problem with a particular float
value.  See AXISCPP-838.  We need an additional test to check that this
value is being serialised properly.

--
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




[jira] Closed: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by "Manohar (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-839?page=all ]
     
Manohar closed AXISCPP-839:
---------------------------

    Resolution: Fixed

I've added XSD_float1Client.cpp test to highlight this problem. 


> Need a test that tests the one the wire interpretation of 555.555 as a float.
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-839
>          URL: http://issues.apache.org/jira/browse/AXISCPP-839
>      Project: Axis-C++
>         Type: Test
>   Components: Serialization
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Manohar

>
> I have just come across the following problem with a particular float value.  See AXISCPP-838.  We need an additional test to check that this value is being serialised properly.

-- 
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


[jira] Assigned: (AXISCPP-839) Need a test that tests the one the wire interpretation of 555.555 as a float.

Posted by "Manohar (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-839?page=all ]

Manohar reassigned AXISCPP-839:
-------------------------------

    Assign To: Manohar

> Need a test that tests the one the wire interpretation of 555.555 as a float.
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-839
>          URL: http://issues.apache.org/jira/browse/AXISCPP-839
>      Project: Axis-C++
>         Type: Test
>   Components: Serialization
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Manohar

>
> I have just come across the following problem with a particular float value.  See AXISCPP-838.  We need an additional test to check that this value is being serialised properly.

-- 
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