chibenwa commented on code in PR #2937:
URL: https://github.com/apache/james-project/pull/2937#discussion_r2786389590


##########
server/dns-service/dnsservice-dnsjava/src/test/java/org/apache/james/dnsservice/dnsjava/DNSJavaServiceTest.java:
##########
@@ -104,6 +105,16 @@ void testNoMX() throws Exception {
         assertThat(records.iterator().next()).isEqualTo("nomx.dnstest.com.");
     }
 
+    @Test
+    void test() throws Exception {
+        DNSJavaService dnsJavaService = new DNSJavaService(new 
RecordingMetricFactory());
+        dnsJavaService.configure(new BaseHierarchicalConfiguration());
+        dnsJavaService.init();
+        Collection<String> txtRecords = 
dnsJavaService.findTXTRecords("twake1._domainkey.vetixa.tn");
+
+        txtRecords.forEach(System.out::println);

Review Comment:
   Yes that's fully unrelated 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to