Changeset: 65d42db0c831 for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/65d42db0c831 Modified Files: tests/build.xml Branch: default Log Message:
Add TLSTester.java to jdbctests.jar So we can test it from Mtest, which now has TLSTester.py built in. diffs (12 lines): diff --git a/tests/build.xml b/tests/build.xml --- a/tests/build.xml +++ b/tests/build.xml @@ -82,6 +82,8 @@ Copyright 1997 - July 2008 CWI. <include name="OnClientTester$*.class" /> <include name="ConnectionTests.class" /> <include name="ConnectionTests$*.class" /> + <include name="TLSTester.class" /> + <include name="TLSTester$*.class" /> </fileset> <fileset dir="${srcdir}"> <include name="tests.md" /> _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org