Updated build coverage report to include details from each run.

git-svn-id: svn://10.0.0.236/trunk@214481 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2006-10-31 21:31:06 +00:00
parent b3b3ccd4c7
commit 55acf8a668
6 changed files with 61 additions and 14 deletions

View File

@@ -51,6 +51,7 @@ use Bugzilla::Testopia::TestCase;
use Bugzilla::Testopia::Category;
use Bugzilla::Testopia::Build;
use Bugzilla::Testopia::TestTag;
use Bugzilla::Bug;
#TODO: Add this to checksetup
use Text::Diff;

View File

@@ -48,6 +48,7 @@ use Bugzilla::User;
use Bugzilla::Constants;
use Bugzilla::Config;
use Bugzilla::Testopia::Environment;
use Bugzilla::Bug;
use base qw(Exporter);
@Bugzilla::Testopia::TestRun::EXPORT = qw(CalculatePercentCompleted);