Skip to content

Commit 69b5f59

Browse files
committed
Add DTD to testng XML file to silence warnings
1 parent 88f2b08 commit 69b5f59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/loci/common/utests/testng-template.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#L%
3131
-->
3232

33+
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
3334
<suite name="IO_Tests">
3435
<test name="ByteArrayHandle">
3536
<parameter name="provider" value="ByteArrayHandle"/>

0 commit comments

Comments
 (0)