addTestFile('TestRegExp.class.php'); //$commonTests->addTestFile('TestProfiler.class.php'); $commonTests->addTestFile('TestGenericLogReader.class.php'); $commonTests->addTestFile('TestLogObject.class.php'); $commonTests->addTestFile('TestQueryLogObject.class.php'); $commonTests->addTestFile('TestErrorLogObject.class.php'); $commonTests->addTestFile('TestLogStream.class.php'); $commonTests->addTestFile('TestSlowestQueryList.class.php'); $commonTests->run(new TextReporter()); $postgresqlTests = &new GroupTest('PostgreSQL tests'); $postgresqlTests->addTestFile('TestSyslogPostgreSQLParser.class.php'); $postgresqlTests->addTestFile('TestLogFiles.class.php'); $postgresqlTests->run(new TextReporter()); fclose($stderr); ?>