test/com/sun/javadoc/testProfiles/TestProfiles.java

changeset 2084
6e186ca11ec0
parent 2036
8df12c315ea3
child 2147
130b8c0e570e
     1.1 --- a/test/com/sun/javadoc/testProfiles/TestProfiles.java	Fri Oct 04 10:00:28 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testProfiles/TestProfiles.java	Fri Oct 04 13:32:30 2013 -0700
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug      8006124 8009684 8016921 8023700 8024096
     1.8 + * @bug      8006124 8009684 8016921 8023700 8024096 8008164
     1.9   * @summary  Test javadoc support for profiles.
    1.10   * @author   Bhavesh Patel, Evgeniya Stepanova
    1.11   * @library  ../lib/
    1.12 @@ -137,7 +137,7 @@
    1.13          },
    1.14          // need to add teststring when JDK-8015496 will be fixed
    1.15          //Test exception in profiles
    1.16 -        {PROFILE_BUG_ID + FS + "compact1-summary.html","<table class=\"packageSummary\" "
    1.17 +        {PROFILE_BUG_ID + FS + "compact1-summary.html","<table class=\"typeSummary\" "
    1.18              + "border=\"0\" cellpadding=\"3\" cellspacing=\"0\" "
    1.19              + "summary=\"Exception Summary table, listing exceptions, and an explanation\">"
    1.20              + NL + "<caption><span>Exception Summary</span><span class=\"tabEnd\">"
    1.21 @@ -149,7 +149,7 @@
    1.22          },
    1.23          //Test errors in profiles
    1.24          {PROFILE_BUG_ID + FS + "compact1-summary.html",
    1.25 -            "<table class=\"packageSummary\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\" "
    1.26 +            "<table class=\"typeSummary\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\" "
    1.27              + "summary=\"Error Summary table, listing errors, and an explanation\">"
    1.28              + NL + "<caption><span>Error Summary</span><span class=\"tabEnd\">&nbsp;"
    1.29              + "</span></caption>" + NL + "<tr>" + NL + "<th class=\"colFirst\""

mercurial