File tree 6 files changed +1
-13
lines changed
testcases/taskdefs/optional
6 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 731
731
<xsl : variable name =" insamepackage" select =" /testsuites/testsuite[./@package = $name]" />
732
732
<xsl : if test =" count($insamepackage) > 0" >
733
733
<h2 >Classes</h2 >
734
- <p >
735
734
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
736
735
<xsl : call-template name =" testsuite.test.header" />
737
736
<xsl : apply-templates select =" $insamepackage" mode =" print.test" >
738
737
<xsl : sort select =" @name" />
739
738
</xsl : apply-templates >
740
739
</table >
741
- </p >
742
740
</xsl : if >
743
741
</body >
744
742
</html >
Original file line number Diff line number Diff line change @@ -548,14 +548,12 @@ h6 {
548
548
<xsl : variable name =" insamepackage" select =" /testsuites/testsuite[./@package = $name]" />
549
549
<xsl : if test =" count($insamepackage) > 0" >
550
550
<h2 >Classes</h2 >
551
- <p >
552
551
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
553
552
<xsl : call-template name =" testsuite.test.header" />
554
553
<xsl : apply-templates select =" $insamepackage" mode =" print.test" >
555
554
<xsl : sort select =" @name" />
556
555
</xsl : apply-templates >
557
556
</table >
558
- </p >
559
557
</xsl : if >
560
558
</body >
561
559
</html >
Original file line number Diff line number Diff line change @@ -697,14 +697,12 @@ h6 {
697
697
<xsl : variable name =" insamepackage" select =" /testsuites/testsuite[./@package = $name]" />
698
698
<xsl : if test =" count($insamepackage) > 0" >
699
699
<h2 >Classes</h2 >
700
- <p >
701
700
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
702
701
<xsl : call-template name =" testsuite.test.header" />
703
702
<xsl : apply-templates select =" $insamepackage" mode =" print.test" >
704
703
<xsl : sort select =" @name" />
705
704
</xsl : apply-templates >
706
705
</table >
707
- </p >
708
706
</xsl : if >
709
707
</body >
710
708
</html >
Original file line number Diff line number Diff line change @@ -651,14 +651,12 @@ h6 {
651
651
<xsl : variable name =" insamepackage" select =" /testsuites/testsuite[./@package = $name]" />
652
652
<xsl : if test =" count($insamepackage) > 0" >
653
653
<h2 >Classes</h2 >
654
- <p >
655
654
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
656
655
<xsl : call-template name =" testsuite.test.header" />
657
656
<xsl : apply-templates select =" $insamepackage" mode =" print.test" >
658
657
<xsl : sort select =" @name" />
659
658
</xsl : apply-templates >
660
659
</table >
661
- </p >
662
660
</xsl : if >
663
661
</body >
664
662
</html >
Original file line number Diff line number Diff line change @@ -651,15 +651,13 @@ h6 {
651
651
<xsl : variable name =" insamepackage" select =" /testsuites/testsuite[./@package = $name]" />
652
652
<xsl : if test =" count($insamepackage) > 0" >
653
653
<h2 >Classes</h2 >
654
- <p >
655
654
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
656
655
<xsl : call-template name =" testsuite.test.header" />
657
656
<xsl : apply-templates select =" $insamepackage" mode =" print.test" >
658
657
<xsl : sort select =" @name" />
659
658
</xsl : apply-templates >
660
659
</table >
661
- </p >
662
- </xsl : if >
660
+ </xsl : if >
663
661
</body >
664
662
</html >
665
663
</xsl : template >
Original file line number Diff line number Diff line change @@ -650,14 +650,12 @@ h6 {
650
650
<xsl : variable name =" insamedirectory" select =" /testsuites/testsuite[./@package = $name]" />
651
651
<xsl : if test =" count($insamedirectory) > 0" >
652
652
<h2 >Projects</h2 >
653
- <p >
654
653
<table class =" details" border =" 0" cellpadding =" 5" cellspacing =" 2" width =" 95%" >
655
654
<xsl : call-template name =" testsuite.test.header" />
656
655
<xsl : apply-templates select =" $insamedirectory" mode =" print.test" >
657
656
<xsl : sort select =" @name" />
658
657
</xsl : apply-templates >
659
658
</table >
660
- </p >
661
659
</xsl : if >
662
660
</body >
663
661
</html >
You can’t perform that action at this time.
0 commit comments