Trivial, just splitting up tests.
authorjglick@netbeans.org
Thu, 15 Dec 2005 11:36:37 -0500
changeset 17632783574e3291d
parent 17631 39898a5dbc28
child 17633 f3b50f583098
Trivial, just splitting up tests.
xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java
     1.1 --- a/xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java	Mon Aug 08 16:39:26 2005 -0400
     1.2 +++ b/xmlnavigation/test/unit/src/org/netbeans/modules/xmlnavigation/XMLNavigatorPanelTest.java	Thu Dec 15 11:36:37 2005 -0500
     1.3 @@ -64,7 +64,7 @@
     1.4          });
     1.5      }
     1.6      
     1.7 -    public void testParse() throws Exception {
     1.8 +    public void testParseXHTML() throws Exception {
     1.9          assertEquals("correct parse of some XHTML sections",
    1.10              "1[h1/h1]Intro\n" +
    1.11              "6[h1/h1]Main Section\n" +
    1.12 @@ -98,6 +98,9 @@
    1.13                  "<a id='there'>More stuff...</a>\n" + // 6
    1.14                  "</body>\n" // 7
    1.15                  )));
    1.16 +    }
    1.17 +    
    1.18 +    public void testParseDocBook() throws Exception {
    1.19          assertEquals("correct parse of some DocBook sections",
    1.20              "1[section/title]First\n" +
    1.21              "4[section/title]Second\n" +