dbertoni    00/05/12 11:17:16

  Modified:    c/src/TestXPath TestXPath.cpp
  Log:
  Added new numeric test.
  
  Revision  Changes    Path
  1.9       +2 -0      xml-xalan/c/src/TestXPath/TestXPath.cpp
  
  Index: TestXPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXPath/TestXPath.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestXPath.cpp     2000/04/20 16:42:52     1.8
  +++ TestXPath.cpp     2000/05/12 18:17:16     1.9
  @@ -795,6 +795,7 @@
        "1 * 0.25",
        "3 * 3 * 3",
        "9 div 3 div 3",
  +     "15.95 - 13.56",
        0
   };
   
  @@ -809,6 +810,7 @@
        0.25,
        27,
        1,
  +     15.95 - 13.56,
        0       // This is a dummy entry and should be last.
   };
   
  
  
  

Reply via email to