This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-jspf.git
from 862496e Cleanup tests new f6d7d77 Add new dnsjava resolver for unit tests new 621cb96 Move tests to a common abstract test class new 6097a03 Remove redundant test new 530227a Add more tests new b631150 Fix hang when more than one record is found new 8247189 Catch all exceptions from onException method, fix hangs new 7139296 Fix another hang, handle all lookup exceptions from dnsjava The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../jspf/executor/AsynchronousSPFExecutor.java | 7 +- .../AsynchronousSPFExecutorIntegrationTest.java | 65 +--- .../apache/james/jspf/DefaultSPFResolverTest.java | 40 +-- .../org/apache/james/jspf/SPFExecutorBaseTest.java | 264 +++++++++++++++ .../org/apache/james/jspf/SpfVerifierTest.java | 40 --- .../SynchronousSPFExecutorIntegrationTest.java | 65 +--- .../apache/james/jspf/helpers/FakeResolver.java | 330 +++++++++++++++++++ .../james/jspf/helpers/FakeResolverTest.java | 362 +++++++++++++++++++++ .../test/resources/dnszones/FakeResolverTest.zone | 17 + .../dnszones/SPFExecutorIntegrationTest-1.zone | 12 + 10 files changed, 1024 insertions(+), 178 deletions(-) create mode 100644 resolver/src/test/java/org/apache/james/jspf/SPFExecutorBaseTest.java delete mode 100644 resolver/src/test/java/org/apache/james/jspf/SpfVerifierTest.java create mode 100644 resolver/src/test/java/org/apache/james/jspf/helpers/FakeResolver.java create mode 100644 resolver/src/test/java/org/apache/james/jspf/helpers/FakeResolverTest.java create mode 100644 resolver/src/test/resources/dnszones/FakeResolverTest.zone create mode 100644 resolver/src/test/resources/dnszones/SPFExecutorIntegrationTest-1.zone --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org