]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add 2 checks
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 20:59:05 +0000 (20:59 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 20:59:05 +0000 (20:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6149 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/regress.pl

index ca530c2dcb42f1284e9f703798193e4701f134c3..963f9722942d6837cbdefdc654c7377d688c6e0e 100755 (executable)
@@ -82,6 +82,8 @@ if ($login) {
 require_ok('Bweb');
 require_ok('Bconsole');
 require_ok('CCircle');
+require_ok('GBalloon');
+require_ok('GTime');
 
 # test first page and check for the last job 
 $agent->get($url); ok($agent->success, "Get main page"); $c = $agent->content;