Subversion Repositories javautils

Rev

Rev 17 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 24
Line 16... Line 16...
16
import org.w3c.dom.NodeList;
16
import org.w3c.dom.NodeList;
17
import org.xml.sax.SAXException;
17
import org.xml.sax.SAXException;
18
 
18
 
19
import de.viathinksoft.utils.mail.address.EMailAddress;
19
import de.viathinksoft.utils.mail.address.EMailAddress;
20
 
20
 
-
 
21
@Deprecated
21
public class MailSyntaxCheckerTest {
22
public class MailSyntaxCheckerTest {
22
       
23
       
23
        static int errorCount;
24
        static int errorCount;
24
       
25
       
25
        private void checkXML(String xmlFile) throws ParserConfigurationException, SAXException, IOException {
26
        private void checkXML(String xmlFile) throws ParserConfigurationException, SAXException, IOException {