more upgrade testing

This commit is contained in:
Graham Knop 2010-03-19 12:26:17 -05:00
parent d41dc5adb6
commit 15ed4f97e4
7 changed files with 37 additions and 4 deletions

View file

@ -0,0 +1,2 @@
print config->getFilename;

View file

@ -0,0 +1,3 @@
my ($totalAssets) = dbh->selectrow_array('SELECT COUNT(*) FROM asset');
print $totalAssets;

View file

@ -0,0 +1,2 @@
print session->getId;