Generate ratings from test results

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-12-25 19:26:35 +01:00
committed by Chris Morgan
parent 274f256a63
commit 6a82a4fe3a
4 changed files with 161 additions and 5 deletions

View File

@@ -30,6 +30,9 @@ define("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla
//if(!defined("PRINT_EMAIL"))
// define("PRINT_EMAIL", true); // print email, see mail_appdb() in include/mail.php
// How old (days) a test report has to before it is judged to be aged
define("TESTDATA_AGED_THRESHOLD", 175);
/*
* apps database info
*/