]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update doc and add test for group stats
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 21 Oct 2008 16:35:01 +0000 (16:35 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 21 Oct 2008 16:35:01 +0000 (16:35 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7868 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/regress.pl

index 963f9722942d6837cbdefdc654c7377d688c6e0e..1b9828da43985834b84b082a49f381e87b0becbc 100755 (executable)
@@ -41,7 +41,8 @@ use strict;
      * add catalog = all, !skipped, !saved into Messages Standard (scripts/bacula-dir.conf)
      * add exit 0 to scripts/cleanup
      * run bacula-backup-test
-     * charger bweb-(mysql|postgresql).sql
+     * uncomment job schedule in bacula-dir.conf
+     * load bweb-(mysql|postgresql).sql
      * ./bin/bacula start
      * configure bweb to point to bconsole and the catalog
 
@@ -272,6 +273,11 @@ ok($agent->follow_link(text_regex=>qr/Jobs overview/), "Go to Job overview");
 ok($agent->success(), "Get it"); $c=$agent->content;
 like($c, qr/"$grp"/, "check if $grp is here");
 
+# get group stats
+ok($agent->follow_link(url_regex=>qr/action=group_stats/), "Go to groups stats");
+ok($agent->success(), "Get it"); $c=$agent->content;
+like($c, qr/"$grp"/, "check if $grp is here");
+
 # view next jobs
 ok($agent->follow_link(text_regex=>qr/Next Jobs/), "Go to Next jobs");
 ok($agent->success(), "Get it"); $c=$agent->content;