more upgrade testing
This commit is contained in:
parent
d41dc5adb6
commit
15ed4f97e4
7 changed files with 37 additions and 4 deletions
2
t/supporting_collateral/upgrades/config.pl
Normal file
2
t/supporting_collateral/upgrades/config.pl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
print config->getFilename;
|
||||
|
||||
3
t/supporting_collateral/upgrades/dbh.pl
Normal file
3
t/supporting_collateral/upgrades/dbh.pl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
my ($totalAssets) = dbh->selectrow_array('SELECT COUNT(*) FROM asset');
|
||||
print $totalAssets;
|
||||
|
||||
2
t/supporting_collateral/upgrades/session.pl
Normal file
2
t/supporting_collateral/upgrades/session.pl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
print session->getId;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue