Skip to content

Commit

Permalink
Ignoring testng suite files
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 22, 2015
1 parent c37fbc9 commit 120879a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -59,7 +59,9 @@ public class TestSamples {

public static final String SAMPLES_DIRECTORY_NAME = "..";
// TODO: FIXME: remove the "org" dir once the schema is updated
public static final String[] IGNORE_PATTERNS = new String[]{ "\\.svn", "pom.xml", "old", "experimental", "json", "misc", "org", "rest", "samples-test", "model-.*", "bulk-actions" };
public static final String[] IGNORE_PATTERNS = new String[]{ "\\.svn", "pom.xml", "old",
"experimental", "json", "misc", "org", "rest", "samples-test", "model-.*", "bulk-actions",
"testng.*\\.xml"};
public static final String[] CHECK_PATTERNS = new String[]{ ".*.xml" };
public static final String OBJECT_RESULT_OPERATION_NAME = TestSamples.class.getName()+".validateObject";
private static final String RESULT_OPERATION_NAME = TestSamples.class.getName()+".validateFile";
Expand Down

0 comments on commit 120879a

Please sign in to comment.