add another .re test

This commit is contained in:
Doug MacEachern 2007-08-21 21:34:31 +00:00
parent 0df96d5eca
commit 31b7c00012
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public class TestPTQL extends SigarTestCase {
"Args.-1.eq=weblogic.Server,Env.WEBLOGIC_CLASSPATH.re=.*weblogic.jar.*", //weblogic
"State.Name.re=https?d.*|[Aa]pache2?$,State.Name.Pne=$1", //apache
"State.Name.re=post(master|gres),State.Name.Pne=$1,Args.0.re=.*post(master|gres)$", //postgresql
"State.Name.re=cfmx7|java,State.Name.Pne=$1,Args.*.ct=jrun.jar", //coldfusion
};
private static final String[] MALFORMED_QUERIES = {