You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2009/08/26 15:18:57 UTC

svn commit: r807999 - /xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp

Author: amassari
Date: Wed Aug 26 13:18:57 2009
New Revision: 807999

URL: http://svn.apache.org/viewvc?rev=807999&view=rev
Log:
The invalid xs:float is now e-46, not e-39

Modified:
    xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp

Modified: xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp?rev=807999&r1=807998&r2=807999&view=diff
==============================================================================
--- xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp (original)
+++ xerces/c/trunk/tests/src/XSValueTest/XSValueTest.cpp Wed Aug 26 13:18:57 2009
@@ -949,8 +949,8 @@
 
     const char lex_v_ran_iv_1[]="+3.402823466e+39";
     const char lex_v_ran_iv_2[]="-3.402823466e+39";
-    const char lex_v_ran_iv_3[]="+1.175494351e-39";
-    const char lex_v_ran_iv_4[]="-1.175494351e-39";
+    const char lex_v_ran_iv_3[]="+1.175494351e-46";
+    const char lex_v_ran_iv_4[]="-1.175494351e-46";
 
     XSValue::XSValue_Data lex_iv_ran_v_1; lex_iv_ran_v_1.fValue.f_float = (float)0.0;
     lex_iv_ran_v_1.fValue.f_floatType.f_floatEnum = XSValue::DoubleFloatType_PosINF;
@@ -963,8 +963,8 @@
 
     const char lex_v_ran_iv_1_canrep[]="INF";  // " 3.402823466E39"
     const char lex_v_ran_iv_2_canrep[]="-INF"; // "-3.402823466E39";
-    const char lex_v_ran_iv_3_canrep[]="0";    // " 1.175494351E-39";
-    const char lex_v_ran_iv_4_canrep[]="0";    // "-1.175494351E-39";
+    const char lex_v_ran_iv_3_canrep[]="0";    // " 1.175494351E-46";
+    const char lex_v_ran_iv_4_canrep[]="0";    // "-1.175494351E-46";
 
     const char lex_iv_1[]="12x.e+10";
     const char lex_iv_2[]="12.e+1x";



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org