CVS Update: xmlpull-api-v1/src/java/tests

Aleksander Andrzej Slominski <[email protected]> Mon, 23 Oct 2006 00:20:59 -0400 (EDT)
Newsgroups gmane.text.xml.xmlpull.devel
Message-ID <[email protected]>
aslom       06/10/23 00:20:59

  Modified:    doc      changes.html
               src/java/tests/org/xmlpull/v1/tests PackageTests.java
  Added:       src/java/tests AllXmlPullApiTests.java
  Log:
  XMLPULL_1_1_3_4c
  
  Revision  Changes    Path
  1.58      +3 -0      xmlpull-api-v1/doc/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /l/extreme/cvspub/xmlpull-api-v1/doc/changes.html,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -b -t -w -r1.57 -r1.58
  --- changes.html	23 Oct 2006 04:01:08 -0000	1.57
  +++ changes.html	23 Oct 2006 04:20:59 -0000	1.58
  @@ -30,6 +30,9 @@
           XmlPull SAX2 driver not sending correct qname (rawName) in startElement() callback
       </li>
   
  +    <li>2006-10-22: moved addons test (wrapper test) to one shared directory added test for DOM2XmlPullBuilder
  +    </li>
  +
       <li>2005-02-28: replaced xpp.START_TAG with XmlPullParser.START_TAG (and similiar) everywhere (removes static
       access through instance warnings, except for mess it is TYPES ...), minor typos fixed, incremented minor version
       (1.1.3.4b)</li>
  
  
  
  1.21      +1 -0      xmlpull-api-v1/src/java/tests/org/xmlpull/v1/tests/PackageTests.java
  
  Index: PackageTests.java
  ===================================================================
  RCS file: /l/extreme/cvspub/xmlpull-api-v1/src/java/tests/org/xmlpull/v1/tests/PackageTests.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -t -w -r1.20 -r1.21
  --- PackageTests.java	28 Feb 2005 20:18:30 -0000	1.20
  +++ PackageTests.java	23 Oct 2006 04:20:59 -0000	1.21
  @@ -26,6 +26,7 @@
       private static boolean runAll;
       
       public static boolean runnigAllTests() { return runAll; }
  +    public static void setRunnigAllTests(boolean enable) { runAll = enable; }
       
       public PackageTests() {
           super();
  
  
  
  1.1                  xmlpull-api-v1/src/java/tests/AllXmlPullApiTests.java
  
  Index: AllXmlPullApiTests.java
  ===================================================================
  /* -*-             c-basic-offset: 4; indent-tabs-mode: nil; -*-  //------100-columns-wide------>|*/
  // for license see accompanying LICENSE_TESTS.txt file (available also at http://www.xmlpull.org)
  
  import org.xmlpull.v1.tests.PackageTests;
  
  /**
   * Just call XML Pull API package tests driver.
   *
   * @author <a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
   */
  public class AllXmlPullApiTests {
      
      public static void main (String[] args) {
          PackageTests.main(args);
      }
      
  }
  
  
  
  



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xmlpull-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xmlpull-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/