You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by da...@apache.org on 2004/08/20 01:11:34 UTC

cvs commit: xml-xmlbeans/v2/test/src/xmlcursor/detailed GetTextValueTest.java

daveremy    2004/08/19 16:11:34

  Modified:    v2/test/src/xmlcursor/detailed GetTextValueTest.java
  Log:
  Contributed by:Yana Kadiyska. Disable hanging test
  
  Revision  Changes    Path
  1.3       +5 -3      xml-xmlbeans/v2/test/src/xmlcursor/detailed/GetTextValueTest.java
  
  Index: GetTextValueTest.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/test/src/xmlcursor/detailed/GetTextValueTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GetTextValueTest.java	17 Jun 2004 16:29:39 -0000	1.2
  +++ GetTextValueTest.java	19 Aug 2004 23:11:34 -0000	1.3
  @@ -27,6 +27,7 @@
    *
    */
   public class GetTextValueTest extends BasicCursorTestCase {
  + /*
   
       String sDoc = Common.XML_FOO_NS_PREFIX;
   
  @@ -38,9 +39,9 @@
           return new TestSuite(GetTextValueTest.class);
       }
   
  -    /**
  -     * Depth first concatenation of all text leaves
  -     */
  +    
  +     // Depth first concatenation of all text leaves
  +     
       public void testNormalCase() {
           String sExpected = "  32.18";
           char[] buffer = new char[100];
  @@ -189,4 +190,5 @@
       public void setUp() throws Exception {
           m_xc = XmlObject.Factory.parse(sDoc).newCursor();
       }
  +*/
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org