]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl rename JobStat to JobHistory
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Oct 2008 18:37:23 +0000 (18:37 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Oct 2008 18:37:23 +0000 (18:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7848 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/stats-test

index e657cd1b26cd6701f1c6de5dffa1b78f0cea6ba5..73c2167b13b100101be6f9ae088f564f86406cd6 100755 (executable)
@@ -32,7 +32,7 @@ wait
 messages
 update stats days=1
 sql
-SELECT 'FOUND' AS test FROM JobStat;
+SELECT 'FOUND' AS test FROM JobHistory;
 
 run job=$JobName yes
 wait
@@ -41,13 +41,13 @@ messages
 @$out ${cwd}/tmp/log2.out
 update stats
 sql
-SELECT 'FOUND' AS test FROM JobStat;
+SELECT 'FOUND' AS test FROM JobHistory;
 
 list jobs
 prune stats yes
 @$out ${cwd}/tmp/log3.out
 sql
-SELECT 'FOUND' AS test FROM JobStat;
+SELECT 'FOUND' AS test FROM JobHistory;
 
 quit
 END_OF_DATA